diff --git a/README.md b/README.md index 59cfbf5..0370044 100644 --- a/README.md +++ b/README.md @@ -1033,20 +1033,20 @@ Configurations: |[`prefer-rest-params`](https://eslint.org/docs/rules/prefer-rest-params)|🚨|🚨|🚨|👻|🚨| |[`prefer-spread`](https://eslint.org/docs/rules/prefer-spread)|🚨|🚨|🚨|👻|🚨| |[`prefer-template`](https://eslint.org/docs/rules/prefer-template) 🛠|❌|🚨|👻|👻|👻| -|[`promise/always-return`](https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/always-return.md)|❌|👻|👻|👻|👻| -|[`promise/avoid-new`](https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/avoid-new.md)|❌|👻|👻|👻|👻| -|[`promise/catch-or-return`](https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/catch-or-return.md)|🚨|👻|👻|👻|👻| -|[`promise/no-callback-in-promise`](https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/no-callback-in-promise.md)|❌|👻|👻|👻|👻| -|[`promise/no-native`](https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/no-native.md)|❌|👻|👻|👻|👻| -|[`promise/no-nesting`](https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/no-nesting.md)|❌|👻|👻|👻|👻| -|[`promise/no-new-statics`](https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/no-new-statics.md) 🛠|🚨|👻|👻|👻|👻| -|[`promise/no-promise-in-callback`](https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/no-promise-in-callback.md)|❌|👻|👻|👻|👻| -|[`promise/no-return-in-finally`](https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/no-return-in-finally.md)|🚨|👻|👻|👻|👻| -|[`promise/no-return-wrap`](https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/no-return-wrap.md)|🚨|👻|👻|👻|👻| -|[`promise/param-names`](https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/param-names.md)|🚨|👻|👻|🚨|👻| -|[`promise/prefer-await-to-callbacks`](https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/prefer-await-to-callbacks.md)|❌|👻|👻|👻|👻| -|[`promise/prefer-await-to-then`](https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/prefer-await-to-then.md)|❌|👻|👻|👻|👻| -|[`promise/valid-params`](https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/valid-params.md)|🚨|👻|👻|👻|👻| +|[`promise/always-return`](https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/always-return.md)|👻|👻|👻|👻|👻| +|[`promise/avoid-new`](https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/avoid-new.md)|👻|👻|👻|👻|👻| +|[`promise/catch-or-return`](https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/catch-or-return.md)|👻|👻|👻|👻|👻| +|[`promise/no-callback-in-promise`](https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/no-callback-in-promise.md)|👻|👻|👻|👻|👻| +|[`promise/no-native`](https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/no-native.md)|👻|👻|👻|👻|👻| +|[`promise/no-nesting`](https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/no-nesting.md)|👻|👻|👻|👻|👻| +|[`promise/no-new-statics`](https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/no-new-statics.md) 🛠|👻|👻|👻|👻|👻| +|[`promise/no-promise-in-callback`](https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/no-promise-in-callback.md)|👻|👻|👻|👻|👻| +|[`promise/no-return-in-finally`](https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/no-return-in-finally.md)|👻|👻|👻|👻|👻| +|[`promise/no-return-wrap`](https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/no-return-wrap.md)|👻|👻|👻|👻|👻| +|[`promise/param-names`](https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/param-names.md)|👻|👻|👻|🚨|👻| +|[`promise/prefer-await-to-callbacks`](https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/prefer-await-to-callbacks.md)|👻|👻|👻|👻|👻| +|[`promise/prefer-await-to-then`](https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/prefer-await-to-then.md)|👻|👻|👻|👻|👻| +|[`promise/valid-params`](https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/valid-params.md)|👻|👻|👻|👻|👻| |[`quote-props`](https://eslint.org/docs/rules/quote-props) 🛠|🚨|🚨|🚨|🚨|🚨| |[`quotes`](https://eslint.org/docs/rules/quotes) 🛠|🚨|🚨|🚨|🚨|🚨| |[`radix`](https://eslint.org/docs/rules/radix)|🚨|🚨|👻|👻|🚨| diff --git a/configurations/cypress.json b/configurations/cypress.json index c0f15cd..ceee9c3 100644 --- a/configurations/cypress.json +++ b/configurations/cypress.json @@ -12,9 +12,6 @@ "cypress/no-force": 2, "cypress/no-pause": 2, "cypress/no-unnecessary-waiting": 2, - "import/unambiguous": 0, - "promise/always-return": 0, - "promise/catch-or-return": 0, - "promise/prefer-await-to-then": 0 + "import/unambiguous": 0 } } diff --git a/configurations/eslintrc.json b/configurations/eslintrc.json index a663c90..5599c8a 100644 --- a/configurations/eslintrc.json +++ b/configurations/eslintrc.json @@ -20,7 +20,6 @@ "@babel", "import", "jsdoc", - "promise", "unicorn", "eslint-comments" ], @@ -685,20 +684,6 @@ "prefer-rest-params": 2, "prefer-spread": 2, "prefer-template": 0, - "promise/always-return": 0, - "promise/avoid-new": 0, - "promise/catch-or-return": 2, - "promise/no-callback-in-promise": 0, - "promise/no-native": 0, - "promise/no-nesting": 0, - "promise/no-new-statics": 2, - "promise/no-promise-in-callback": 0, - "promise/no-return-in-finally": 2, - "promise/no-return-wrap": 2, - "promise/param-names": 2, - "promise/prefer-await-to-callbacks": 0, - "promise/prefer-await-to-then": 0, - "promise/valid-params": 2, "quote-props": [ 2, "as-needed" diff --git a/package.json b/package.json index 6eefc36..7f80280 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,6 @@ "eslint-plugin-mocha": "^9.0.0", "eslint-plugin-modules-newline": "0.0.6", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "https://github.com/MichaelDeBoey/eslint-plugin-promise#6d6d4cfc62db9a1b447a49dde0d80966a0b46e66", "eslint-plugin-react": "^7.27.0", "eslint-plugin-react-hooks": "^4.3.0", "eslint-plugin-typescript-sort-keys": "^2.0.0",