Skip to content

Commit efa9de1

Browse files
Fix eslint-plugin-promise configuration
1 parent 2880ca3 commit efa9de1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
},
66
extends: [
77
'airbnb',
8-
'promise'
8+
'plugin:promise/recommended'
99
],
1010
rules: {
1111
'import/order': ['error', {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visionappscz/eslint-config-visionapps",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "VisionApps' shareable config for eslint.",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)