wokebox/.lintstagedrc.json
2025-01-22 12:56:58 -08:00

9 lines
185 B
JSON

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