Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiritaniayaka/eslint-config
https://github.com/kiritaniayaka/eslint-config
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kiritaniayaka/eslint-config
- Owner: KiritaniAyaka
- Created: 2022-08-26T04:34:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-14T13:23:06.000Z (over 1 year ago)
- Last Synced: 2024-03-14T19:54:25.826Z (11 months ago)
- Language: JavaScript
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @kiritaniayaka/eslint-config
- Single quotes
- No semi
- Tab as indent# Usage
```shell
npm install @kiritaniayaka/eslint-config -D
# or
yarn add @kiritaniayaka/eslint-config -D
# or
pnpm add @kiritaniayaka/eslint-config -D
```Then add it to your `.eslintrc`:
```json
{
"extends": "@kiritaniayaka"
}
```