mirror of
https://github.com/remvze/moodist.git
synced 2025-12-16 16:34:14 +00:00
7 lines
212 B
JSON
7 lines
212 B
JSON
{
|
|
"*.{ts,tsx,js,jsx}": "eslint --fix",
|
|
"*.{json,md}": "prettier --write",
|
|
"*.css": "stylelint --fix",
|
|
"*.astro": ["eslint --fix", "stylelint --fix"],
|
|
"*.html": ["prettier --write", "stylelint --fix"]
|
|
}
|