chore: remove ls-lint (incompatible with M1)
This commit is contained in:
parent
670ec4dffb
commit
02493a41a0
@ -1,7 +0,0 @@
|
|||||||
ls:
|
|
||||||
packages/*/{src,__tests__}:
|
|
||||||
.js: kebab-case
|
|
||||||
.ts: camelCase | PascalCase
|
|
||||||
.d.ts: camelCase
|
|
||||||
.spec.ts: camelCase | PascalCase
|
|
||||||
.mock.ts: camelCase
|
|
@ -10,7 +10,6 @@
|
|||||||
"size": "node scripts/build.js vue runtime-dom size-check -p -f global",
|
"size": "node scripts/build.js vue runtime-dom size-check -p -f global",
|
||||||
"lint": "eslint --ext .ts packages/*/src/**",
|
"lint": "eslint --ext .ts packages/*/src/**",
|
||||||
"format": "prettier --write --parser typescript \"packages/**/*.ts?(x)\"",
|
"format": "prettier --write --parser typescript \"packages/**/*.ts?(x)\"",
|
||||||
"ls-lint": "ls-lint",
|
|
||||||
"test": "node scripts/build.js vue -f global -d && jest --runInBand",
|
"test": "node scripts/build.js vue -f global -d && jest --runInBand",
|
||||||
"test-dts": "node scripts/build.js shared reactivity runtime-core runtime-dom -dt -f esm-bundler && yarn test-dts-only",
|
"test-dts": "node scripts/build.js shared reactivity runtime-core runtime-dom -dt -f esm-bundler && yarn test-dts-only",
|
||||||
"test-dts-only": "tsc -p ./test-dts/tsconfig.json && tsc -p ./test-dts/tsconfig.build.json",
|
"test-dts-only": "tsc -p ./test-dts/tsconfig.json && tsc -p ./test-dts/tsconfig.build.json",
|
||||||
@ -26,7 +25,7 @@
|
|||||||
"directory": "test-dts"
|
"directory": "test-dts"
|
||||||
},
|
},
|
||||||
"gitHooks": {
|
"gitHooks": {
|
||||||
"pre-commit": "ls-lint && lint-staged",
|
"pre-commit": "lint-staged",
|
||||||
"commit-msg": "node scripts/verifyCommit.js"
|
"commit-msg": "node scripts/verifyCommit.js"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
@ -43,7 +42,6 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/types": "^7.12.0",
|
"@babel/types": "^7.12.0",
|
||||||
"@ls-lint/ls-lint": "^1.9.2",
|
|
||||||
"@microsoft/api-extractor": "^7.9.15",
|
"@microsoft/api-extractor": "^7.9.15",
|
||||||
"@rollup/plugin-commonjs": "^17.0.0",
|
"@rollup/plugin-commonjs": "^17.0.0",
|
||||||
"@rollup/plugin-json": "^4.0.0",
|
"@rollup/plugin-json": "^4.0.0",
|
||||||
|
@ -578,11 +578,6 @@
|
|||||||
"@types/yargs" "^15.0.0"
|
"@types/yargs" "^15.0.0"
|
||||||
chalk "^4.0.0"
|
chalk "^4.0.0"
|
||||||
|
|
||||||
"@ls-lint/ls-lint@^1.9.2":
|
|
||||||
version "1.9.2"
|
|
||||||
resolved "https://registry.yarnpkg.com/@ls-lint/ls-lint/-/ls-lint-1.9.2.tgz#689f1f4c06072823a726802ba167340efcefe19c"
|
|
||||||
integrity sha512-sugEjWjSSy9OHF6t1ZBLZCAROj52cZthB9dIePmzZzzMwmWwy3qAEMSdJheHeS1FOwDZI7Ipm1H/bWgzJNnSAw==
|
|
||||||
|
|
||||||
"@microsoft/api-extractor-model@7.12.1":
|
"@microsoft/api-extractor-model@7.12.1":
|
||||||
version "7.12.1"
|
version "7.12.1"
|
||||||
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.12.1.tgz#1f10915c434048da34e1c07845ba2623d5f23f66"
|
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.12.1.tgz#1f10915c434048da34e1c07845ba2623d5f23f66"
|
||||||
|
Loading…
Reference in New Issue
Block a user