mirror of
https://github.com/remvze/moodist.git
synced 2025-09-29 15:30:49 -04:00
8 lines
212 B
JSON
8 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"]
|
|
}
|