Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonsurim/eslint-config
ESLint config for Sonny
https://github.com/sonsurim/eslint-config
Last synced: 3 months ago
JSON representation
ESLint config for Sonny
- Host: GitHub
- URL: https://github.com/sonsurim/eslint-config
- Owner: sonsurim
- Created: 2023-10-18T23:43:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-16T13:29:09.000Z (4 months ago)
- Last Synced: 2024-10-16T03:31:31.522Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 551 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @sonny-fe/eslint-config
Eslint config for Sonny
## Installation
```bash
$ npm i eslint @sonny-fe/eslint-config --save-dev
``````bash
$ yarn add eslint @sonny-fe/eslint-config --save-dev
``````bash
$ pnpm add eslint @sonny-fe/eslint-config --save-dev
```## Usage
Add `@sonny-fe/eslint-config` to the extends section of your `.eslintrc` configuration file.
```js
// .eslintrc.js
{
extends: ['@sonny-fe/eslint-config']
}
```You can omit the `eslint-config`
```js
// .eslintrc.js
{
extends: ['@sonny-fe']
}
```