Skip to content

Commit

Permalink
Remove per-package linting scripts as now eslint lints globally
Browse files Browse the repository at this point in the history
  • Loading branch information
sethidden committed Oct 3, 2024
1 parent 9119690 commit 4bfe675
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion actions/check-licenses/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"format": "prettier --write .",
"package": "ncc build --license licenses.txt --no-source-map-register",
"compile": "tsc",
"lint": "eslint --fix .",
"build": "yarn compile && yarn package"
},
"keywords": [
Expand Down
1 change: 0 additions & 1 deletion actions/circular-dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"format": "prettier --write .",
"package": "ncc build --license licenses.txt --no-source-map-register",
"compile": "tsc",
"lint": "eslint --fix .",
"build": "yarn compile && yarn package"
},
"keywords": [
Expand Down
1 change: 0 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"test": "yarn test:unit && yarn test:integration",
"test:unit": "jest -c jest.config.ts --coverage",
"test:integration": "echo 'No test step created for this package'",
"lint": "eslint . --ext .ts,.js",
"prepublish": "yarn build"
},
"engines": {
Expand Down
1 change: 0 additions & 1 deletion packages/middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"test": "yarn test:unit && yarn test:integration",
"test:unit": "jest -c jest.config.ts --coverage",
"test:integration": "jest ./integration -c ./jest.config.ts --runInBand",
"lint": "eslint . --ext .ts,.js",
"prepublishOnly": "yarn build",
"changesets:version": "yarn changeset version && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install",
"changesets:publish": "yarn build && yarn changeset publish"
Expand Down
1 change: 0 additions & 1 deletion packages/multistore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"scripts": {
"build": "rimraf lib && rollup -c",
"dev": "rimraf lib && rollup -c -w",
"lint": "eslint . --ext .ts",
"test": "yarn jest",
"prepublishOnly": "yarn build"
},
Expand Down
1 change: 0 additions & 1 deletion packages/sdk-axios-request-sender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"scripts": {
"build": "rimraf lib && rollup -c",
"test": "jest --coverage",
"lint": "eslint . --ext .ts,.js",
"prepublish": "yarn build"
},
"devDependencies": {
Expand Down