Skip to content

Commit

Permalink
� Chore: Adiciona configurações do gitignore e prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Downzin01 committed Sep 23, 2024
1 parent e1f2943 commit af42713
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
package-lock.json
9 changes: 9 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"printWidth": 100,
"parser": "babel"
}

0 comments on commit af42713

Please sign in to comment.