mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 16:55:34 +03:00
f919d1654a
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
7 lines
210 B
Text
7 lines
210 B
Text
{
|
|
"*": "prettier --write",
|
|
"src/**/*.(ts|tsx)": ["eslint --fix"],
|
|
"scripts/**/*.(ts|tsx)": ["eslint --fix"],
|
|
"module_system/**/*.(ts|tsx)": ["eslint --fix"],
|
|
"*.pcss": ["stylelint --fix"]
|
|
}
|