Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 1ea97f4

Browse files
authoredMar 5, 2024··
feat(eslint): remove deprecated no-return-await (#94)
1 parent 79bc431 commit 1ea97f4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎eslint/rules/best-practice.js

-6
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,6 @@ module.exports = {
162162
* 🚫 Not fixable - https://eslint.org/docs/rules/no-return-assign
163163
*/
164164
'no-return-assign': 'error',
165-
/**
166-
* Disallows unnecessary `return await`.
167-
*
168-
* 🚫 Not fixable - https://eslint.org/docs/rules/no-return-await
169-
*/
170-
'no-return-await': 'error',
171165
/**
172166
* Disallow use of `javascript:` urls.
173167
*

0 commit comments

Comments
 (0)
This repository has been archived.