2.5.1 • Published 6 years ago

eslint-config-onehq v2.5.1

Weekly downloads
2
License
UNLICENSED
Repository
-
Last release
6 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

6 years ago

2.5.0

6 years ago

2.4.5

6 years ago

2.4.4

6 years ago

2.4.3

6 years ago

2.4.2

6 years ago

2.4.1

6 years ago

2.4.0

6 years ago

2.3.0

6 years ago

2.2.0

6 years ago

2.0.34

7 years ago

2.0.33

7 years ago

2.0.25

7 years ago

2.0.24

7 years ago

2.0.12

7 years ago

2.0.1

7 years ago