Skip to content

Commit 8914903

Browse files
Remove no-async-foreach
1 parent bdcec90 commit 8914903

File tree

3 files changed

+1
-24
lines changed

3 files changed

+1
-24
lines changed

eslint.config.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const compat = new FlatCompat({
1313

1414
export default tseslint.config(
1515
globalIgnores(["dist/", "node_modules/", "script/", "jest.config.ts", "eslint.config.mjs", "build.mjs"]),
16-
...compat.plugins("no-async-foreach"),
1716
github.getFlatConfigs().recommended,
1817
...github.getFlatConfigs().typescript,
1918
tseslint.configs.recommendedTypeChecked,
@@ -52,7 +51,6 @@ export default tseslint.config(
5251
"newlines-between": "always",
5352
},
5453
],
55-
"no-async-foreach/no-async-foreach": "error",
5654
"no-console": "off",
5755
"no-sequences": "error",
5856
"no-shadow": "off",

package-lock.json

Lines changed: 0 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"eslint-config-prettier": "^10.1.5",
5555
"eslint-import-resolver-typescript": "^4.3.3",
5656
"eslint-plugin-github": "^6.0.0",
57-
"eslint-plugin-no-async-foreach": "^0.1.1",
5857
"eslint-plugin-prettier": "^5.4.0",
5958
"jest": "^29.7.0",
6059
"prettier": "^3.5.3",
@@ -68,4 +67,4 @@
6867
"glob-parent": ">=5.1.2",
6968
"normalize-url": ">=4.5.1"
7069
}
71-
}
70+
}

0 commit comments

Comments
 (0)