Skip to content

Commit

Permalink
Extends eslint:recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
mgi166 committed Dec 23, 2017
1 parent b0911d9 commit 36d278b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "airbnb-base",
"extends": ["airbnb-base", "eslint:recommended"],
"rules": {
"no-console": "off",
"import/prefer-default-export": "off"
Expand Down

0 comments on commit 36d278b

Please sign in to comment.