Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skan-io/eslint-config-base
Base @eslint config for latest ecma script standards (stage-2)
https://github.com/skan-io/eslint-config-base
base configuration eslint
Last synced: 10 days ago
JSON representation
Base @eslint config for latest ecma script standards (stage-2)
- Host: GitHub
- URL: https://github.com/skan-io/eslint-config-base
- Owner: skan-io
- License: mit
- Created: 2019-01-20T00:30:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T01:56:21.000Z (almost 6 years ago)
- Last Synced: 2025-01-03T15:02:18.803Z (13 days ago)
- Topics: base, configuration, eslint
- Language: JavaScript
- Homepage:
- Size: 219 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config-base
Base eslint config for latest ecma script standards (stage-2)## Usage
```bash
npm i -D @skan-io/eslint-config-base
```In `.eslintrc`:
```
root: trueextends:
- '@skan-io/eslint-config-base'
```**NOTE:** may need to restart your editor for config to take effect