Skip to content

Commit

Permalink
Switch to eslint-config-pretty-standard-papandreou
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jun 23, 2018
1 parent 5d21946 commit 8173aa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const config = {
extends: ['pretty-standard']
extends: ['pretty-standard-papandreou']
};

if (process.stdin.isTTY) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"compression": "^1.6.1",
"coveralls": "^3.0.1",
"eslint": "^5.0.0",
"eslint-config-pretty-standard": "^1.4.1",
"eslint-config-pretty-standard-papandreou": "^1.4.1-patch1",
"eslint-plugin-prettier": "^2.6.1",
"express": "^4.16.3",
"gifsicle-stream": "^0.3.1",
Expand Down

0 comments on commit 8173aa1

Please sign in to comment.