mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
Fix prettier (#598)
* Add .github/workflows to .prettierignore * Add all filestypes to prettier and ignore via .prettierignore * Add --ignore-unknown to prettier for lint-staged
This commit is contained in:
parent
c27fc39411
commit
c6f20f8142
@ -1 +1,5 @@
|
|||||||
|
# Build directories
|
||||||
dist
|
dist
|
||||||
|
|
||||||
|
# Github Workflows
|
||||||
|
.github/workflows
|
||||||
|
@ -70,6 +70,6 @@
|
|||||||
"npm": "~8"
|
"npm": "~8"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{js,ts,css,scss,md}": "prettier --write"
|
"*": "prettier --ignore-unknown --write"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user