Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added .prettierignore and .prettierrc Files to Root Storage
  • Loading branch information
IamLRBA committed May 20, 2025
commit a2709ce15124d24d9e27fdbb02bbbf7659006ba6
11 changes: 11 additions & 0 deletions prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
node_modules
dist
*.svg
*.png
*.jpg
*.ico
*.pdf
*.woff
*.woff2
*.eot
*.ttf
7 changes: 7 additions & 0 deletions prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"semi": true,
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2,
"trailingComma": "es5"
}