Skip to content

Commit

Permalink
Added project config files
Browse files Browse the repository at this point in the history
  • Loading branch information
miksrv committed Sep 28, 2024
1 parent 9844a66 commit 68facb0
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
example/
.changeset/
.github/
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.11.0
10 changes: 10 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.vscode
.github
.yarn
*.css
README.md
eslint.config.mjs
site.webmanifest
node_modules
dist
coverage
14 changes: 14 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"trailingComma": "none",
"tabWidth": 4,
"semi": false,
"printWidth": 120,
"singleQuote": true,
"quoteProps": "as-needed",
"jsxSingleQuote": true,
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always",
"endOfLine": "lf",
"singleAttributePerLine": true
}

0 comments on commit 68facb0

Please sign in to comment.