Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cenk1cenk2/eslint-config

eslint configuration to my taste. @mirror: https://gitlab.kilic.dev/config/eslint-config [pull]
https://github.com/cenk1cenk2/eslint-config

eslint eslint-config javascript typescript

Last synced: about 4 hours ago
JSON representation

eslint configuration to my taste. @mirror: https://gitlab.kilic.dev/config/eslint-config [pull]

Awesome Lists containing this project

README

        

# @cenk1cenk2/eslint-config

[![pipeline status](https://gitlab.kilic.dev/config/eslint-config/badges/master/pipeline.svg)](https://gitlab.kilic.dev/config/eslint-config/-/commits/master) [![Version](https://img.shields.io/npm/v/@cenk1cenk2/eslint-config.svg)](https://npmjs.org/package/@cenk1cenk2/eslint-config) [![Downloads/week](https://img.shields.io/npm/dw/@cenk1cenk2/eslint-config.svg)](https://npmjs.org/package/@cenk1cenk2/eslint-config) [![Dependencies](https://img.shields.io/librariesio/release/npm/@cenk1cenk2/eslint-config)](https://npmjs.org/package/@cenk1cenk2/eslint-config) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

## Description

Some specific linting rules for my use case.

- [Rules](#rules)

## Rules

```javascript
import { configs, utils } from '@cenk1cenk2/eslint-config'

/** @type {import("eslint").Linter.Config[]} */
export default []
```