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