Skip to content

Commit

Permalink
Removed lint sripts from package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
ekenigs committed Sep 11, 2024
1 parent 5c65abd commit 949280b
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
"scripts": {
"build": "tsup",
"dev": "pnpm run build -- --watch",
"lint": "eslint ./src --ext .js,.ts",
"lint:fix": "pnpm run lint -- --fix",
"typecheck": "tsc --noEmit",
"test": "vitest --run",
"test:watch": "vitest",
Expand Down
2 changes: 0 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
"scripts": {
"build": "tsup",
"dev": "pnpm run build -- --watch",
"lint": "eslint ./src --ext .js,.ts",
"lint:fix": "pnpm run lint -- --fix",
"typecheck": "tsc --noEmit",
"test": "vitest --run",
"test:watch": "vitest",
Expand Down
2 changes: 0 additions & 2 deletions packages/mrl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
"scripts": {
"build": "tsup",
"dev": "pnpm run build -- --watch",
"lint": "eslint ./src --ext .js,.ts",
"lint:fix": "pnpm run lint -- --fix",
"typecheck": "tsc --noEmit",
"prepack": "prettier --write build/index.d.ts"
},
Expand Down
2 changes: 0 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
"scripts": {
"build": "tsup",
"dev": "pnpm run build -- --watch",
"lint": "eslint ./src --ext .js,.ts",
"lint:fix": "pnpm run lint -- --fix",
"typecheck": "tsc --noEmit",
"test:acc": "vitest --run --testTimeout 300000 ./tests/acceptance",
"prepack": "prettier --write build/index.d.ts"
Expand Down
2 changes: 0 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
"scripts": {
"build": "tsup",
"dev": "pnpm run build -- --watch",
"lint": "eslint ./src --ext .js,.ts",
"lint:fix": "pnpm run lint -- --fix",
"test": "vitest --run",
"test:watch": "vitest",
"test:update": "vitest -u",
Expand Down
2 changes: 0 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
"scripts": {
"build": "tsup",
"dev": "pnpm run build -- --watch",
"lint": "eslint . --ext .js,.ts",
"lint:fix": "pnpm run lint -- --fix",
"typecheck": "tsc --noEmit",
"test": "vitest --run",
"test:watch": "vitest",
Expand Down

0 comments on commit 949280b

Please sign in to comment.