mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-05 01:10:40 +00:00
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"]
|
|
}
|