Add prettier
This commit is contained in:
parent
d8131eb5d4
commit
a32f12c8f3
5 changed files with 50 additions and 7 deletions
23
.prettierignore
Normal file
23
.prettierignore
Normal file
|
@ -0,0 +1,23 @@
|
|||
/build
|
||||
/dist
|
||||
/lib
|
||||
/node_modules
|
||||
/packages/
|
||||
/webapp
|
||||
/*.log
|
||||
yarn.lock
|
||||
electron/dist
|
||||
electron/pub
|
||||
**/.idea
|
||||
/.tmp
|
||||
/webpack-stats.json
|
||||
.vscode
|
||||
.vscode/
|
||||
.env
|
||||
/coverage
|
||||
# Auto-generated file
|
||||
/src/modules.ts
|
||||
/src/i18n/strings
|
||||
/build_config.yaml
|
||||
# Raises an error because it contains a template var breaking the script tag
|
||||
src/vector/index.html
|
Loading…
Add table
Add a link
Reference in a new issue