repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'docs/adjust-copy' into 'main'
[ProtonMail-WebClient.git]
/
.lintstagedrc
blob
3526b9b8e23b41763758f3fcabbad8426c9ccdc2
1
{
2
"(*.ts|*.tsx|*.js)": ["prettier --write", "eslint --fix"],
3
"(*.scss|.css)": ["prettier --write", "stylelint --fix"],
4
"(*.json|*.md|*.mdx|*.html|*.mjs|*.yml|*.svg)": "prettier --write",
5
"package.json": "sort-package-json"
6
}