1.0.7 • Published 10 years ago

eslint-config-bestpratices v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
10 years ago

eslint-config-bestpratices

eslint Best Pratices rules enabled

build status

This eslint config provides all eslint Best Pratices rules enabled out of the box.

Usage

npm install eslint eslint-config-bestpratices --save

and extend this configuration, see Extending Configuration Files eslint documentation.

Examples

JSON .eslintrc

{
  extends: [
    'bestpratices'
  ]
}

YAML .eslintrc

extends:
  - 'bestpratices'
1.0.7

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago