Skip to content

Commit d4f407b

Browse files
committed
Bump eslint/typescript
1 parent 5fb8853 commit d4f407b

File tree

4 files changed

+826
-834
lines changed

4 files changed

+826
-834
lines changed

.eslintrc.json

-21
This file was deleted.

eslint.config.mjs

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// @ts-check
2+
3+
import eslint from '@eslint/js';
4+
import tseslint from 'typescript-eslint';
5+
6+
export default tseslint.config(
7+
eslint.configs.recommended,
8+
tseslint.configs.recommended,
9+
);

0 commit comments

Comments
 (0)