mirror of
https://github.com/element-hq/element-web.git
synced 2026-01-11 19:56:47 +00:00
7 lines
260 B
Text
7 lines
260 B
Text
{
|
|
"*": "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"]
|
|
}
|