mirror of
https://github.com/remvze/moodist.git
synced 2026-01-09 06:12:56 +08:00
9 lines
261 B
JSON
9 lines
261 B
JSON
{
|
|
"*.{ts,tsx}": ["eslint --fix", "tsc-files --noEmit"],
|
|
"*.{js,jsx}": "eslint --fix",
|
|
"*.{json,md}": "prettier --write",
|
|
"*.css": "stylelint --fix",
|
|
"*.astro": ["eslint --fix", "stylelint --fix"],
|
|
"*.html": ["prettier --write", "stylelint --fix"]
|
|
}
|