Skip to content

Commit

Permalink
chore: cleanup root (#220)
Browse files Browse the repository at this point in the history
using pkg.files is sufficient
  • Loading branch information
luwes authored Apr 2, 2024
1 parent 802f3a4 commit 377ea12
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 17 deletions.
File renamed without changes.
4 changes: 0 additions & 4 deletions .npmignore

This file was deleted.

1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

12 changes: 0 additions & 12 deletions .prettierrc

This file was deleted.

12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,18 @@
"undici": "^5.25.4",
"yargs": "^17.7.2"
},
"prettier": {
"printWidth": 120,
"singleQuote": true,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "always"
},
"keywords": [
"next",
"nextjs",
Expand Down

0 comments on commit 377ea12

Please sign in to comment.