Skip to content

Commit

Permalink
fix: Remove compat plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jhwohlgemuth committed May 25, 2020
1 parent 97f33ca commit 1b0debc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 122 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ module.exports = {
exports: true
},
plugins: [
'compat',
'promise'
],
rules: {
'compat/compat': ['error'],
'consistent-this': ['warn', 'self'],
'promise/param-names': ['warn'],
'promise/always-return': ['error'],
Expand Down
119 changes: 0 additions & 119 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"postversion": "git push && git push --tags"
},
"dependencies": {
"eslint-plugin-compat": "^2.0.0",
"eslint-plugin-promise": "^3.6.0"
}
}

0 comments on commit 1b0debc

Please sign in to comment.