bigbuffet-rw/packages/pl-fe/.lintstagedrc.json

9 lines
185 B
JSON
Raw Normal View History

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