Skip to content

Commit 5c22f80

Browse files
committed
chore: move eslintrc
1 parent fd05f88 commit 5c22f80

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

packages/pro-layout/.eslintrc.cjs

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

packages/pro-layout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"preview": "vite preview --port 5050",
99
"test:unit": "vitest --environment jsdom",
1010
"typecheck": "vue-tsc --noEmit && vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
11-
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
11+
"lint": "TIMING=1 eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
1212
},
1313
"files": [
1414
"dist"

0 commit comments

Comments
 (0)