Skip to content

Commit

Permalink
Enable prettier eslint plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rafeca committed May 31, 2019
1 parent 677bbb7 commit b17f4cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
spec/fixtures/**/*.js
**/spec/fixtures/**/*.js
node_modules
/vendor/
/out/
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"rules": {
"standard/no-callback-literal": ["off"],
"node/no-deprecated-api": ["off"],
"prettier/prettier": ["off"] // disable prettier rules for now.
"prettier/prettier": ["error"]
},
"overrides": [
{
Expand All @@ -41,4 +41,4 @@
}
}
]
}
}
1 change: 0 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"semi": false,
"singleQuote": true
}

0 comments on commit b17f4cb

Please sign in to comment.