@chookslint/eslint-config
v3.0.0
Published
An ESLint config for Modern (ES2020+) JavaScript projects.
Readme
@chookslint/eslint-config
An ESLint config for Modern (ES2020+) JavaScript projects.
Usage
Install the config:
$ npm i -D eslint @chookslint/eslint-configExtend it in your config:
# .eslintrc.yml
extends:
- "@chookslint"Requires [email protected] or greater to work.
Available Configs
@chookslint
Base config
@chookslint/eslint-config/strict
Stricter ruleset
