eslint-config-fnd-jsx

FND's ESLint configuration, JSX edition

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
eslint-config-fnd-jsx
1.8.04 years ago6 years agoMinified + gzip package size for eslint-config-fnd-jsx in KB

Readme

FND's ESLint configuration, JSX edition
Greenkeeper badge

Getting Started

  • install this package:
$ npm install --save-dev eslint-config-fnd-jsx
  • create a file .eslintrc with the following contents:
extends: fnd-jsx
alternatively, 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 src