bigbuffet-rw/.lintstagedrc.json

4 lines
70 B
JSON

{
"*.js": "eslint --cache",
"app/styles/**/*.scss": "stylelint"
}