Skip to content

Commit a7f8d66

Browse files
authored
Update to eslint v9 (#56)
1 parent 0cd38b0 commit a7f8d66

23 files changed

+8365
-5212
lines changed

.eslintignore

Lines changed: 0 additions & 9 deletions
This file was deleted.

.eslintrc.js

Lines changed: 0 additions & 55 deletions
This file was deleted.

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
pnpm-lock.yaml
12
dist/
23
docs/.docusaurus

__tests__/types.test-d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { expectTypeOf, test } from "vitest";
2-
import {
2+
import type {
33
ConcatPaths,
44
ConcatSearchs,
55
GetAreaRoutes,

0 commit comments

Comments
 (0)