Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Commit

Permalink
📦 chore(dev-deps): add prettier & prettier-plugin-packagejson
Browse files Browse the repository at this point in the history
  • Loading branch information
jonz94 committed Sep 6, 2020
1 parent 977a6bd commit 5403c69
Show file tree
Hide file tree
Showing 4 changed files with 376 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
/node_modules
1 change: 1 addition & 0 deletions .prettierrc.js
@@ -0,0 +1 @@
module.exports = require('./index');
370 changes: 370 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -17,6 +17,10 @@
"email": "jody16888@gmail.com"
},
"main": "index.js",
"devDependencies": {
"prettier": "^2.1.1",
"prettier-plugin-packagejson": "^2.2.5"
},
"peerDependencies": {
"prettier": "^2.0.0"
}
Expand Down

0 comments on commit 5403c69

Please sign in to comment.