Skip to content

Commit

Permalink
Use eslint recommended rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jamieweavis committed Jan 7, 2019
1 parent 7ba18b4 commit 7f3468d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"plugins": ["prettier"],
"extends": ["plugin:prettier/recommended"],
"extends": ["eslint:recommended", "plugin:prettier/recommended"],
"root": true,
"env": {
"browser": true,
Expand Down

0 comments on commit 7f3468d

Please sign in to comment.