mirror of https://github.com/vector-im/riot-web
6 lines
104 B
Plaintext
6 lines
104 B
Plaintext
|
{
|
||
|
"*": "prettier --write",
|
||
|
"*.(ts|tsx|js|jsx)": ["eslint --fix"],
|
||
|
"*.pcss": ["stylelint"]
|
||
|
}
|