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