Skip to content

Commit 54083bb

Browse files
refactor: add array
1 parent 174bb60 commit 54083bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

status-list-mock/eslint.config.mjs

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

5-
export default tseslint.config(
5+
export default tseslint.config([
66
eslint.configs.recommended,
77
tseslint.configs.recommended,
88
eslintConfigPrettier, // Disables ESLint rules that conflict with Prettier
@@ -19,4 +19,4 @@ export default tseslint.config(
1919
],
2020
},
2121
},
22-
);
22+
]);

0 commit comments

Comments
 (0)