eslint-config-fnd-jsx
v1.8.0
Published
FND's ESLint configuration, JSX edition
Readme
FND's ESLint configuration, JSX edition
Getting Started
install this package:
$ npm install --save-dev eslint-config-fnd-jsxcreate a file
.eslintrcwith the following contents:extends: fnd-jsxalternatively, use
package.json:"eslintConfig": { "extends": "fnd-jsx" }run ESLint on your source files and directories:
$ eslint --cache eslint --cache --ext .js --ext .jsx *.js *.jsx srcoptionally adopt this repository's
.editorconfig
