chore: add eslint with typescript-eslint, align package.json scripts
This commit is contained in:
parent
b7c6937219
commit
0cea450c0a
3 changed files with 1261 additions and 18 deletions
7
eslint.config.mjs
Normal file
7
eslint.config.mjs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import eslint from "@eslint/js";
|
||||
import tseslint from "typescript-eslint";
|
||||
|
||||
export default tseslint.config(
|
||||
eslint.configs.recommended,
|
||||
tseslint.configs.recommended,
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue