Skip to content

Commit 0c11995

Browse files
committed
chore(cleanup): code cleanup and eslint ignore
1 parent 170b977 commit 0c11995

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

eslint.config.mjs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import prettierExtends from "eslint-config-prettier";
55
import { fixupPluginRules } from "@eslint/compat";
66
import globals from "globals";
77
import tseslint from "typescript-eslint";
8-
import promisePlugin from "eslint-plugin-promise";
98

109
const globalToUse = {
1110
...globals.browser,
@@ -29,14 +28,8 @@ const configs = tseslint.config(
2928
{
3029
ignores,
3130

32-
extends: [
33-
eslint.configs.recommended,
34-
...tseslint.configs.recommended,
35-
promisePlugin.configs["flat/recommended"],
36-
prettierExtends,
37-
],
31+
extends: [eslint.configs.recommended, ...tseslint.configs.recommended, prettierExtends],
3832
plugins: {
39-
promise: promisePlugin,
4033
prettierPlugin,
4134
"unused-imports": fixupPluginRules(unusedImportsPlugin),
4235
},

0 commit comments

Comments
 (0)