Skip to content

Commit 6b85a06

Browse files
committed
eslint: use typescript-eslint
1 parent 8e642f1 commit 6b85a06

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

eslint.config.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
import js from "@eslint/js";
22
import globals from "globals";
33
import stylistic from "@stylistic/eslint-plugin";
4+
import tseslint from "typescript-eslint";
45

5-
export default [
6+
export default tseslint.config(
67
js.configs.recommended,
8+
tseslint.configs.recommended,
79
{
810
plugins: {
911
"@stylistic": stylistic
@@ -34,4 +36,4 @@ export default [
3436
"releases/"
3537
]
3638
}
37-
];
39+
);

0 commit comments

Comments
 (0)