Skip to content

Commit 02493a4

Browse files
committed
chore: remove ls-lint (incompatible with M1)
1 parent 670ec4d commit 02493a4

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

.ls-lint.yml

-7
This file was deleted.

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"size": "node scripts/build.js vue runtime-dom size-check -p -f global",
1111
"lint": "eslint --ext .ts packages/*/src/**",
1212
"format": "prettier --write --parser typescript \"packages/**/*.ts?(x)\"",
13-
"ls-lint": "ls-lint",
1413
"test": "node scripts/build.js vue -f global -d && jest --runInBand",
1514
"test-dts": "node scripts/build.js shared reactivity runtime-core runtime-dom -dt -f esm-bundler && yarn test-dts-only",
1615
"test-dts-only": "tsc -p ./test-dts/tsconfig.json && tsc -p ./test-dts/tsconfig.build.json",
@@ -26,7 +25,7 @@
2625
"directory": "test-dts"
2726
},
2827
"gitHooks": {
29-
"pre-commit": "ls-lint && lint-staged",
28+
"pre-commit": "lint-staged",
3029
"commit-msg": "node scripts/verifyCommit.js"
3130
},
3231
"lint-staged": {
@@ -43,7 +42,6 @@
4342
},
4443
"devDependencies": {
4544
"@babel/types": "^7.12.0",
46-
"@ls-lint/ls-lint": "^1.9.2",
4745
"@microsoft/api-extractor": "^7.9.15",
4846
"@rollup/plugin-commonjs": "^17.0.0",
4947
"@rollup/plugin-json": "^4.0.0",

yarn.lock

-5
Original file line numberDiff line numberDiff line change
@@ -578,11 +578,6 @@
578578
"@types/yargs" "^15.0.0"
579579
chalk "^4.0.0"
580580

581-
"@ls-lint/ls-lint@^1.9.2":
582-
version "1.9.2"
583-
resolved "https://registry.yarnpkg.com/@ls-lint/ls-lint/-/ls-lint-1.9.2.tgz#689f1f4c06072823a726802ba167340efcefe19c"
584-
integrity sha512-sugEjWjSSy9OHF6t1ZBLZCAROj52cZthB9dIePmzZzzMwmWwy3qAEMSdJheHeS1FOwDZI7Ipm1H/bWgzJNnSAw==
585-
586581
"@microsoft/[email protected]":
587582
version "7.12.1"
588583
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.12.1.tgz#1f10915c434048da34e1c07845ba2623d5f23f66"

0 commit comments

Comments
 (0)