1.0.2 • Published 10 years ago

eslint-config-atlas v1.0.2

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

eslint-config-atlas

modern sane and safe eslint config to use and/or extend

build status

This eslint config provides a modern sane and safe eslint config to use and/or extend.

Usage

npm install eslint eslint-config-atlas --save

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

Examples

JSON .eslintrc

{
  extends: [
    'atlas'
  ]
}

YAML .eslintrc

extends:
  - 'atlas'
1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago