chore: apply prettier on all files (#8)
* chore: apply prettier on all files
* chore: add prettier npm script
* Update .prettierrc
Co-authored-by: Axel Cocat <ax.cocat@gmail.com>
* Update .prettierignore
Co-authored-by: Axel Cocat <ax.cocat@gmail.com>
* Update .prettierignore
Co-authored-by: Axel Cocat <ax.cocat@gmail.com>
* Update .prettierignore
Co-authored-by: Axel Cocat <ax.cocat@gmail.com>
* chore: apply prettier with new conf
* Revert "chore: apply prettier with new conf"
This reverts commit db2a04c03f.
* chore: apply prettier correctly
* chore: update .prettierignore
* chore: restore viewer.min.js minification
* chore: apply again prettier
Co-authored-by: Stefano Borzi <stefano.borzi@fedex.com>
Co-authored-by: Axel Cocat <ax.cocat@gmail.com>
This commit is contained in:
parent
fe21209817
commit
8331e4dd73
15 changed files with 504 additions and 228 deletions
21
.prettierignore
Normal file
21
.prettierignore
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
.tmp
|
||||
.idea
|
||||
.vscode
|
||||
.npmrc
|
||||
.nvmrc
|
||||
node_modules/
|
||||
.env*
|
||||
/data/
|
||||
build/
|
||||
build-tools/
|
||||
logs/
|
||||
reports/
|
||||
coverage/
|
||||
dist/
|
||||
**/*.md
|
||||
**/*.yml
|
||||
package-lock.json
|
||||
static/**/*.min.js
|
||||
static/**/*.min.css
|
||||
static/**/*.hbs
|
||||
config.json
|
||||
Loading…
Add table
Add a link
Reference in a new issue