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