Skip to content

Commit

Permalink
Fix eslint-plugin-promise configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bedrich-schindler committed Sep 13, 2019
1 parent 2880ca3 commit efa9de1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
},
extends: [
'airbnb',
'promise'
'plugin:promise/recommended'
],
rules: {
'import/order': ['error', {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visionappscz/eslint-config-visionapps",
"version": "1.1.1",
"version": "1.1.2",
"description": "VisionApps' shareable config for eslint.",
"keywords": [
"eslint",
Expand Down

0 comments on commit efa9de1

Please sign in to comment.