pleroma/.lintstagedrc.json

6 lines
98 B
JSON
Raw Normal View History

{
"*.js": "eslint --cache",
2021-11-04 17:28:04 -07:00
"*.ts": "eslint --cache",
"app/styles/**/*.scss": "stylelint"
}