1.8.0 • Published 6 years ago

eslint-config-fnd-jsx v1.8.0

Weekly downloads
41
License
MIT
Repository
github
Last release
6 years ago

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
  • optionally adopt this repository's .editorconfig

1.8.0

6 years ago

1.6.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago