Skip to content

Commit

Permalink
move prettier config into file
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Jul 31, 2023
1 parent 35c67c2 commit 93a07d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 8 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"bracketSpacing": true,
"printWidth": 80,
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5"
}
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,5 @@
},
"publishConfig": {
"access": "public"
},
"prettier": {
"bracketSpacing": true,
"printWidth": 80,
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5"
}
}

0 comments on commit 93a07d9

Please sign in to comment.