soapbox/.lintstagedrc.json

5 wiersze
70 B
JSON

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