3.0.0 • Published 5 years ago

eslint-config-gemini-testing v3.0.0

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

eslint-config-gemini-testing

Config for ESLint.

Installation

$ npm install eslint-config-gemini-testing

Using in a project

  • Add file .eslintrc.js to the root of your project:
module.exports = {
    extends: 'gemini-testing',
    root: true
};
  • Add file .eslintrc.js to the test folder:
module.exports = {
    extends: 'gemini-testing/tests'
};
  • Add file .eslintrc.js to the folder with client js:
module.exports = {
    extends: 'gemini-testing/browser'
};
3.0.0

5 years ago

2.8.0

8 years ago

2.7.0

8 years ago

2.6.1

8 years ago

2.6.0

8 years ago

2.5.0

8 years ago

2.4.1

9 years ago

2.4.0

9 years ago

2.3.0

9 years ago

2.2.0

10 years ago

2.1.0

10 years ago

2.0.0

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago