Skip to content

Commit 664b0e6

Browse files
committed
style(linting): Fix Lint errors
1 parent 54aa9e9 commit 664b0e6

File tree

20 files changed

+407
-401
lines changed

20 files changed

+407
-401
lines changed

.eslintignore

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

eslint.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ import unocss from '@unocss/eslint-plugin'
33

44
export default antfu(
55
{
6-
// Configures for antfu's config
6+
ignores: ['*/shims-vue.d.ts'],
77
},
8+
89
unocss.configs.flat,
910
{
1011
rules: {

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"preview-https": "serve dist",
1111
"start": "pnpm dev & wait-on tcp:3333 -v",
1212
"lint": "eslint ./src",
13+
"lint:fix": "eslint --fix ./src",
1314
"test:e2e": "pnpm dev & wait-on tcp:3333 -v & cypress open",
1415
"test:ci": "pnpm dev & wait-on tcp:3333 -v & cypress run --headless",
1516
"test:unit": "vitest --run --reporter verbose",

src/assets/data/customers-medium.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"data": [
2+
"data": [
33
{
44
"id": 1000,
55
"name": "James Butt",
@@ -801,4 +801,4 @@
801801
}
802802
}
803803
]
804-
}
804+
}

0 commit comments

Comments
 (0)