Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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]
- Host: GitHub
- URL: https://github.com/cenk1cenk2/eslint-config
- Owner: cenk1cenk2
- Created: 2020-03-06T14:03:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T22:15:01.000Z (7 months ago)
- Last Synced: 2024-05-02T00:01:14.461Z (7 months ago)
- Topics: eslint, eslint-config, javascript, typescript
- Language: JavaScript
- Homepage:
- Size: 2.19 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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 []
```