eslint-config-fnd-jsx

1.8.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-fnd-jsx

Weekly Downloads

109

Version

1.8.0

License

MIT

Unpacked Size

2.11 kB

Total Files

6

Last publish

Collaborators

  • fnd