1.1.0 • Published 5 years ago

@skan-io/eslint-config-base v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

eslint-config-base

Base eslint config for latest ecma script standards (stage-2)

Usage

npm i -D @skan-io/eslint-config-base

In .eslintrc:

root: true

extends:
  - '@skan-io/eslint-config-base'

NOTE: may need to restart your editor for config to take effect