Skip to content

Commit

Permalink
Add Prettier config
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
apdavison committed Mar 7, 2024
1 parent 53fa580 commit 36506d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/nar-v3/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Ignore artifacts:
build
coverage
node_modules
*.ipynb
5 changes: 5 additions & 0 deletions apps/nar-v3/.prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"printWidth": 100,
"tabWidth": 2,
"trailingComma": "es5"
}

0 comments on commit 36506d4

Please sign in to comment.