2.5.1 • Published 5 years ago

eslint-config-onehq v2.5.1

Weekly downloads
2
License
UNLICENSED
Repository
-
Last release
5 years ago

OneHQ ESLint Config

ESLint config for OneHQ projects.

Usage

npm install eslint-config-onehq

Then configure webpack and babel-eslint to run this config.

Customization

Need to override or enhance these linting rules? Create .eslintrc.js in your project root:

module.exports = {
  extends: "onehq",
  // Declare your rules here...
  rules: {}
};
2.5.1

5 years ago

2.5.0

5 years ago

2.4.5

5 years ago

2.4.4

5 years ago

2.4.3

5 years ago

2.4.2

5 years ago

2.4.1

5 years ago

2.4.0

5 years ago

2.3.0

5 years ago

2.2.0

5 years ago

2.0.34

5 years ago

2.0.33

5 years ago

2.0.25

6 years ago

2.0.24

6 years ago

2.0.12

6 years ago

2.0.1

6 years ago