add prettier config files

This commit is contained in:
vitormalencar 2021-01-19 19:06:14 +01:00
parent 5ea83e4473
commit b937bd631f
2 changed files with 10 additions and 0 deletions

9
.prettierignore Normal file
View File

@ -0,0 +1,9 @@
# Ignore artifacts:
dist
lib
npm-debug.log
bower_components
node_modules
yarn-error.log
yarn.lock

1
.prettierrc.json Normal file
View File

@ -0,0 +1 @@
{}