1.4.0 • Published 11 months ago

@pager/eslint-config v1.4.0

Weekly downloads
1,211
License
-
Repository
github
Last release
11 months ago

eslint-config

ESLint configuration extending the hapi eslint configuration

Usage

First, run the following to add the required packages:

npm install --save-dev eslint@7 @pager/eslint-config

Next, create a .eslintrc.js file in your repository root containing

module.exports = {
    extends: [
        '@pager/eslint-config'
    ],
    rules: {}
};
1.4.0

11 months ago

1.3.1

2 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.1

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago