soapbox/.lintstagedrc.json

6 wiersze
98 B
JSON

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