3.0.0 • Published 4 years ago
@4tw/eslint-config v3.0.0
@4tw/eslint-config
Installation
Run the following:
$ yarn add --dev eslint prettier @4tw/eslint-configThen 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 ."
}
}