4.0.1 • Published 5 years ago

@ofa2/eslint-config v4.0.1

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

ofa2 eslint config

Typescript rule

ts npm install

npm install --save-dev eslint typescript eslint-config-airbnb-base eslint-plugin-import @ofa2/eslint-config @typescript-eslint/eslint-plugin

ts config .eslintrc.js

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

standard rule

npm install

npm install --save-dev eslint eslint-config-airbnb-base eslint-plugin-import @ofa2/eslint-config

config .eslintrc.js

module.exports = {
  globals: {},
  extends: ['@ofa2/eslint-config/rule-configs/index'],
  rules: {},
};
4.0.1

5 years ago

4.0.0

5 years ago

3.4.0

5 years ago

3.3.0

6 years ago

3.2.2-0

6 years ago

3.2.1

6 years ago

3.2.0

6 years ago

3.1.0

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.0.0

6 years ago