2024-07-30 22:55:34 +08:00
|
|
|
{
|
|
|
|
"*": "prettier --write",
|
|
|
|
"src/**/*.(ts|tsx)": ["eslint --fix"],
|
|
|
|
"scripts/**/*.(ts|tsx)": ["eslint --fix"],
|
2024-11-06 02:33:42 +08:00
|
|
|
"module_system/**/*.(ts|tsx)": ["eslint --fix"],
|
2024-07-30 22:55:34 +08:00
|
|
|
"*.pcss": ["stylelint --fix"]
|
|
|
|
}
|