@4tw/eslint-config

v2.0.0
4teamwork eslint ruleset

@4tw/eslint-config

Installation

Run the following:

$ yarn add --dev eslint prettier @4tw/eslint-config

Then add this in your .eslintrc.js:

module.exports = {
  extends: [
    '@4tw',
  ],
}

Finally add the lint command to your package.json:

{
  ...
  "scripts": {
    "lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
  }
}
npm i @4tw/[email protected]

Metadata

  • ISC
  • Whatever
  • 4teamwork AG
  • released 11/7/2021

Downloads