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