1.0.2 • Published 6 years ago
@fewlines/fewlines-node-linters v1.0.2
fewlines-node-linters
Disclaimer: this package is made internally and is open source for convenience: feel free to use it and suggest amelioration but note that we reserve the right to not think it good for us.
This package includes the shareable configuration used by Fewlines for projects using Javascript and/or CSS.
It contains rules for linting .js and .css files.
Usage
yarn add -D @fewlines/fewlines-node-lintersThen add to your package.json:
"eslintConfig": {
"extends": "@fewlines/fewlines-js"
},
"stylelint": {
"extends": "@fewlines/stylelint-config-fewlines-css"
}