mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 16:55:34 +03:00
6 lines
104 B
Text
6 lines
104 B
Text
|
{
|
||
|
"*": "prettier --write",
|
||
|
"*.(ts|tsx|js|jsx)": ["eslint --fix"],
|
||
|
"*.pcss": ["stylelint"]
|
||
|
}
|