Mangane/.lintstagedrc.json
2022-02-27 00:13:35 +00:00

6 lines
98 B
JSON

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