Skip to content

Commit 7eb8f3c

Browse files
Fix: Vue package.json for lint issue
1 parent f7468ec commit 7eb8f3c

File tree

2 files changed

+28
-31
lines changed

2 files changed

+28
-31
lines changed

Vue/package-lock.json

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Vue/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@
99
"test:unit": "vitest --environment jsdom --root src/",
1010
"build-only": "vite build",
1111
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
12-
"lint-ts": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
13-
"lint-css": "stylelint src/**/*.{css,scss} --allow-empty-input",
14-
"lint-html": "prettier --check src/*",
15-
"lint": "npm-run-all -p -c lint-ts lint-css lint-html"
12+
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
1613
},
1714
"dependencies": {
1815
"devextreme": "25.1.3",
@@ -42,4 +39,4 @@
4239
"vitest": "^0.25.6",
4340
"vue-tsc": "^1.0.12"
4441
}
45-
}
42+
}

0 commit comments

Comments
 (0)