mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-14 20:05:07 +08:00
f919d1654a
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
8 lines
210 B
Plaintext
8 lines
210 B
Plaintext
{
|
|
"*": "prettier --write",
|
|
"src/**/*.(ts|tsx)": ["eslint --fix"],
|
|
"scripts/**/*.(ts|tsx)": ["eslint --fix"],
|
|
"module_system/**/*.(ts|tsx)": ["eslint --fix"],
|
|
"*.pcss": ["stylelint --fix"]
|
|
}
|