Skip to content

Commit 3957238

Browse files
committedNov 21, 2021
fix: temporarily drop promise plugin
1 parent ba67026 commit 3957238

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎packages/eslint-config-bliss/index.json

-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"airbnb-base",
55
"plugin:prettier/recommended",
66
"plugin:jest/recommended",
7-
"plugin:promise/recommended",
87
"plugin:markdown/recommended"
98
],
109
"env": {
@@ -14,7 +13,6 @@
1413
"plugins": [
1514
"compat",
1615
"prettier",
17-
"promise",
1816
"jest"
1917
],
2018
"rules": {

0 commit comments

Comments
 (0)
Please sign in to comment.