Skip to content

Commit

Permalink
Merge pull request #103 from github/use-prettier-config-package
Browse files Browse the repository at this point in the history
Use prettier from npm package
  • Loading branch information
koddsson committed Mar 30, 2020
2 parents ee6c421 + 40fbc4a commit 54bd28d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 6 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -35,6 +35,7 @@
"prettier": ">=1.12.0",
"svg-element-attributes": ">=1.3.1"
},
"prettier": "@github/prettier-config",
"peerDependencies": {
"eslint": ">=4.19.0"
},
Expand All @@ -44,6 +45,7 @@
"prettier.config.js"
],
"devDependencies": {
"@github/prettier-config": "0.0.4",
"eslint": ">=6.8.0",
"mocha": ">=7.1.1"
}
Expand Down
6 changes: 0 additions & 6 deletions prettier.config.js

This file was deleted.

0 comments on commit 54bd28d

Please sign in to comment.