Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit e41ed61

Browse files
authored
chore: Remove any custom lint rules (#5533)
1 parent 4598545 commit e41ed61

File tree

2 files changed

+1
-583
lines changed

2 files changed

+1
-583
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@
1818
"lint:js": "eslint test scripts webpack.config.js karma.conf.js",
1919
"lint:ts": "tslint --exclude \"**/*.d.ts\" --exclude \"packages/**/test/*.ts\" \"packages/test/*.ts\" \"test/**/*.ts\" \"scripts/**/*.ts\"",
2020
"lint:html": "find test/screenshot/spec/ -name '*.html' | grep -v 'index.html$' | xargs htmllint",
21-
"lint:mdc": "ts-node --project scripts/tsconfig.json -- scripts/lint-mdc.ts",
2221
"lint": "npm-run-all --parallel lint:*",
2322
"postinstall": "lerna bootstrap",
2423
"pretest": "npm run lint",
25-
"test": "npm run test:unit && npm run test:feature-targeting && npm run test:dependency && npm run build && npm run clean",
24+
"test": "npm run test:unit && npm run test:dependency && npm run build && npm run clean",
2625
"screenshot:approve": "node test/screenshot/run.js approve",
2726
"screenshot:build": "node test/screenshot/run.js build",
2827
"screenshot:clean": "node test/screenshot/run.js clean",
@@ -36,7 +35,6 @@
3635
"start": "npm-run-all --parallel screenshot:serve screenshot:watch",
3736
"test:sass": "jasmine --config=jasmine-node.json",
3837
"test:dependency": "./scripts/dependency-test.sh",
39-
"test:feature-targeting": "node test/scss/verify-feature-targeting.js",
4038
"test:site": "npm run clean:site && ./scripts/site-generator-test.sh",
4139
"test:unit": "npm run test:jasmineunit; jasmine_exit_code=$?; npm run test:mochaunit && exit \"$jasmine_exit_code\"",
4240
"test:jasmineunit": "USE_JASMINE=true karma start --single-run",

0 commit comments

Comments
 (0)