* 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>
21 lines
213 B
Text
21 lines
213 B
Text
.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
|