Skip to content

Commit 595eaa4

Browse files
chore: revert the code back
1 parent 69dda5a commit 595eaa4

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

status-list-mock/eslint.config.mjs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import eslint from "@eslint/js";
22
import tseslint from "typescript-eslint";
33
import eslintConfigPrettier from "eslint-config-prettier";
44

5-
const configs = [
5+
export default tseslint.config(
66
eslint.configs.recommended,
7-
tseslint.configs.recommended,
7+
...tseslint.configs.recommended,
88
eslintConfigPrettier, // Disables ESLint rules that conflict with Prettier
99
{
1010
rules: {
@@ -19,6 +19,4 @@ const configs = [
1919
],
2020
},
2121
},
22-
];
23-
24-
export default tseslint.config(configs);
22+
);

0 commit comments

Comments
 (0)