diff --git a/package.json b/package.json index 7d237a4c205..f1745b5dc16 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "lint": "yarn lint:eslint && echo && yarn lint:misc --check && yarn constraints && yarn lint:dependencies && yarn lint:teams && yarn generate-method-action-types --check", "lint:dependencies": "depcheck && yarn dedupe --check", "lint:dependencies:fix": "depcheck && yarn dedupe", - "lint:eslint": "yarn build:only-clean && yarn tsx ./scripts/run-eslint.ts --cache", + "lint:eslint": "yarn build:only-clean && yarn tsx ./scripts/run-eslint.ts ", "lint:fix": "yarn lint:eslint --fix && echo && yarn lint:misc --write && yarn constraints --fix && yarn lint:dependencies:fix && yarn generate-method-action-types --fix", "lint:misc": "prettier --no-error-on-unmatched-pattern '**/*.json' '**/*.md' '**/*.yml' '!.yarnrc.yml' '!merged-packages/**' --ignore-path .gitignore", "lint:teams": "tsx scripts/lint-teams-json.ts", diff --git a/packages/eth-block-tracker/package.json b/packages/eth-block-tracker/package.json index 17732d301a6..5232087ed49 100644 --- a/packages/eth-block-tracker/package.json +++ b/packages/eth-block-tracker/package.json @@ -44,7 +44,7 @@ "changelog:validate": "../../scripts/validate-changelog.sh @metamask/eth-block-tracker", "lint": "yarn lint:eslint && yarn lint:misc --check && yarn lint:dependencies", "lint:dependencies": "depcheck", - "lint:eslint": "eslint . --cache --ext js,ts", + "lint:eslint": "eslint . --ext js,ts", "lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write && yarn lint:dependencies", "lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' '!.yarnrc.yml' --ignore-path .gitignore --no-error-on-unmatched-pattern", "publish:preview": "yarn npm publish --tag preview", diff --git a/packages/eth-json-rpc-middleware/package.json b/packages/eth-json-rpc-middleware/package.json index 1b8a8e63aaf..4c3ef5900af 100644 --- a/packages/eth-json-rpc-middleware/package.json +++ b/packages/eth-json-rpc-middleware/package.json @@ -44,7 +44,7 @@ "lint": "yarn lint:eslint && yarn lint:misc --check && yarn lint:dependencies && yarn lint:changelog", "lint:changelog": "auto-changelog validate", "lint:dependencies": "depcheck", - "lint:eslint": "eslint . --cache --ext js,ts", + "lint:eslint": "eslint . --ext js,ts", "lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write && yarn lint:dependencies && yarn lint:changelog", "lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' '!.yarnrc.yml' --ignore-path .gitignore --no-error-on-unmatched-pattern", "publish:preview": "yarn npm publish --tag preview", diff --git a/packages/eth-json-rpc-provider/package.json b/packages/eth-json-rpc-provider/package.json index c897f59db8f..65ae0ed0ab9 100644 --- a/packages/eth-json-rpc-provider/package.json +++ b/packages/eth-json-rpc-provider/package.json @@ -42,7 +42,7 @@ "changelog:validate": "../../scripts/validate-changelog.sh @metamask/eth-json-rpc-provider", "lint": "yarn lint:eslint && yarn lint:misc --check && yarn lint:dependencies", "lint:dependencies": "depcheck", - "lint:eslint": "eslint . --cache --ext js,ts", + "lint:eslint": "eslint . --ext js,ts", "lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write && yarn lint:dependencies", "lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' '!.yarnrc.yml' --ignore-path .gitignore --no-error-on-unmatched-pattern", "publish:preview": "yarn npm publish --tag preview", diff --git a/packages/json-rpc-engine/package.json b/packages/json-rpc-engine/package.json index b26c719727a..01494767e0e 100644 --- a/packages/json-rpc-engine/package.json +++ b/packages/json-rpc-engine/package.json @@ -57,7 +57,7 @@ "lint": "yarn lint:eslint && yarn lint:misc --check && yarn lint:dependencies && yarn lint:changelog", "lint:changelog": "auto-changelog validate", "lint:dependencies": "depcheck", - "lint:eslint": "eslint . --cache --ext js,ts", + "lint:eslint": "eslint . --ext js,ts", "lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write && yarn lint:dependencies && yarn lint:changelog", "lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' '!.yarnrc.yml' --ignore-path .gitignore --no-error-on-unmatched-pattern", "publish:preview": "yarn npm publish --tag preview",