Skip to content

Commit

Permalink
add prettier to eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
tchakabam committed Jan 9, 2018
1 parent 7aebaa1 commit 4b7b767
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ module.exports = {
"parserOptions": {
"sourceType": "module"
},
"plugins": ["prettier"],
"rules": {
"prettier/prettier": "error",
// customizations of Node style-guide
"indent": [
"error",
Expand Down

0 comments on commit 4b7b767

Please sign in to comment.