1.0.3 • Published 5 years ago

@nice-digital/eslint-config v1.0.3

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

eslint-config

Shared ESLint config for use in NICE Digital Services

Usage

npm i @nice-digital/eslint-config --save-dev

Then in your project's .eslintrc:

{
    "extends": "@nice-digital/eslint-config"
}

Or to use ES6:

{
    "extends": "@nice-digital/eslint-config/es6"
}

Or to use FlowType annotations:

npm i babel-eslint eslint-plugin-flowtype --save-dev
{
    "extends": "@nice-digital/eslint-config/es6-flow"
}
1.0.3

5 years ago

1.0.2

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago