diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index bf0d421386a7..1ea6e0fa5dac 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -15,8 +15,6 @@ on: pull_request: # The branches below must be a subset of the branches above branches: ["main"] - schedule: - - cron: "44 1 * * 4" jobs: eslint: diff --git a/package.json b/package.json index d828f4c1f4f8..2314fb685a62 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "dev": "pmd -m", "lint": "eslint --cache --fix . && prettier --cache --write .", - "lint:ci": "eslint --cache . && prettier --cache --check .", + "lint:ci": "prettier --cache --check .", "format": "npm run metadataSorter && npm run lint", "schemaEnforcer": "npm run format && npm run bumpChanged", "compileTools": "tsc -p tools/tsconfig.json", @@ -56,4 +56,4 @@ "pmd": "file:cli", "prettier": "2.8.1" } -} +} \ No newline at end of file