1.13.0 • Published 3 years ago
eslint-config-fnd v1.13.0
FND's ESLint configuration
Getting Started
install this package:
$ npm install --save-dev eslint-config-fnd
create a file
.eslintrc
with the following contents:extends: fnd
alternatively, use
package.json
:"eslintConfig": { "extends": "fnd" }
run ESLint on your source files and directories:
$ eslint --cache *.js src
optionally adopt this repository's
.editorconfig
1.13.0
3 years ago
1.12.0
4 years ago
1.11.0
4 years ago
1.10.0
4 years ago
1.9.1
5 years ago
1.9.0
5 years ago
1.8.0
6 years ago
1.7.0
6 years ago
1.6.0
7 years ago
1.5.0
7 years ago
1.4.0
7 years ago
1.3.0
7 years ago
1.2.0
8 years ago
1.1.1
8 years ago
1.1.0
8 years ago
1.0.3
9 years ago
1.0.2
9 years ago
1.0.1
9 years ago
1.0.0
9 years ago