pleroma/.lintstagedrc.json
2021-11-04 19:28:04 -05:00

5 lines
98 B
JSON

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