eslint-config-goe-common-lint

1.0.5 • Public • Published

eslint-config-goe-common-lint

Common ESLint config for go-e front-end projects

Usage

Add the shared config as well as the peer dependencies to devDependencies:

npm install --save-dev eslint-config-goe-common-lint eslint-config-prettier eslint-plugin-eslint-comments eslint-plugin-jest eslint-plugin-prettier

or

yarn add eslint-config-goe-common-lint eslint-config-prettier eslint-plugin-eslint-comments eslint-plugin-jest eslint-plugin-prettier -D

Add the package to extends section of your .eslintrc.js:

module.exports = {
  extends: ["goe-common-lint"],
  // ...
};

After that you can add to .eslintrc.js all the config specific to your project.

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-goe-common-lint

Weekly Downloads

51

Version

1.0.5

License

MIT

Unpacked Size

11.5 kB

Total Files

3

Last publish

Collaborators

  • go-e
  • ankush-goe
  • sergeialmazov
  • mohamed.clio
  • fitimfejzullahu
  • nicolas-cauet-go-e