@4tw/eslint-config

4teamwork eslint ruleset

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@4tw/eslint-config
033.0.0a year ago3 years agoMinified + gzip package size for @4tw/eslint-config in KB

Readme

@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 ."
  }
}