Commit 760b5dd
authored
tools: remove no-return-await lint rule
no-return-await rule was deprecated in ESLint 8.46.0. According to the
ESLint docs removing `await` can make the code slower.
Refs: https://eslint.org/docs/latest/rules/no-return-await
PR-URL: #50118
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>1 parent 7ed50e5 commit 760b5ddCopy full SHA for 760b5dd
File tree
Expand file treeCollapse file tree
1 file changed
+0
-1
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+0
-1
lines changedOpen diff view settings
Collapse file
-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
256 | 256 | |
257 | 257 | |
258 | 258 | |
259 | | - |
260 | 259 | |
261 | 260 | |
262 | 261 | |
|
0 commit comments