eslint-config-fnd

1.13.0 • Public • Published

FND's ESLint configuration

Greenkeeper badge

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

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-fnd

Weekly Downloads

9

Version

1.13.0

License

MIT

Unpacked Size

3.45 kB

Total Files

7

Last publish

Collaborators

  • fnd