1
0
Fork 0
mirror of https://github.com/element-hq/element-web.git synced 2024-12-20 09:34:23 +03:00
element-web/.lintstagedrc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
260 B
Text
Raw Normal View History

{
"*": "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"]
}