bigbuffet-rw/.lintstagedrc.json

6 lines
98 B
JSON
Raw Normal View History

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