Skip to content

Commit

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

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

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,5 @@
"scripts": {
"postversion": "git push && git push --tags"
},
"dependencies": {
"eslint-plugin-promise": "^3.6.0"
}
"dependencies": {}
}

0 comments on commit 72d1301

Please sign in to comment.