Skip to content

Commit

Permalink
Move eslint-plugin-compat to the extends array.
Browse files Browse the repository at this point in the history
XhmikosR committed Jun 23, 2018

Verified

This commit was signed with the committer’s verified signature.
rouault Even Rouault
1 parent eadeab9 commit a31b23b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -5,15 +5,13 @@
"browser": true,
"es6": true
},
"extends": "eslint:recommended",
"plugins": ["compat"],
"extends": ["eslint:recommended", "plugin:compat/recommended"],
"rules": {
// Possible Errors
"no-await-in-loop": "error",
"no-extra-parens": "error",
"no-prototype-builtins": "error",
"no-template-curly-in-string": "error",
"compat/compat": "error",
"valid-jsdoc": "error",

// Best Practices

0 comments on commit a31b23b

Please sign in to comment.