soapbox/.lintstagedrc.json

9 lines
185 B
JSON

{
"*.js": "eslint --cache",
"*.cjs": "eslint --cache",
"*.mjs": "eslint --cache",
"*.ts": "eslint --cache",
"*.tsx": "eslint --cache",
"src/styles/**/*.scss": "stylelint"
}