mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
8 lines
260 B
Plaintext
8 lines
260 B
Plaintext
|
{
|
||
|
"*": "prettier --write",
|
||
|
"src/**/*.(ts|tsx)": ["eslint --fix"],
|
||
|
"scripts/**/*.(ts|tsx)": ["eslint --fix"],
|
||
|
"module_system/**/*.(ts|tsx)": ["eslint --fix --config .eslintrc-module_system.js module_system"],
|
||
|
"*.pcss": ["stylelint --fix"]
|
||
|
}
|