Skip to content

Commit

Permalink
fix lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored and wycats committed Jan 3, 2024
1 parent dfab8b1 commit 0b31af0
Show file tree
Hide file tree
Showing 22 changed files with 64 additions and 64 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"ci:types": "esyes ./workspace/scripts/index.ts ci --type types -v",
"demo": "esyes ./workspace/scripts/index.ts demo",
"dev": "esyes ./workspace/scripts/index.ts",
"lint:fix": "pnpm dev lint --fix",
"lint:fix": "pnpm --filter '*' test:lint --fix",
"prepack": "pnpm run build",
"release": "esyes ./workspace/scripts/index.ts release",
"test:workspace:lint": "turbo run lint --output-logs errors-only --log-prefix none",
Expand Down
6 changes: 3 additions & 3 deletions packages/preact/preact-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"type": "library:public"
},
"scripts": {
"build": "rollup -c",
"prepack": "pnpm build",
"test:lint": "eslint . --max-warnings 0",
"test:specs": "vitest --run --pool forks",
"test:types": "tsc -b",
"build": "rollup -c",
"prepack": "pnpm build"
"test:types": "tsc -b"
},
"dependencies": {
"@starbeam/core-utils": "workspace:^"
Expand Down
6 changes: 3 additions & 3 deletions packages/preact/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"type": "library:public"
},
"scripts": {
"build": "rollup -c",
"prepack": "pnpm build",
"test:lint": "eslint . --max-warnings 0",
"test:specs": "vitest --run --pool forks",
"test:types": "tsc -b",
"build": "rollup -c",
"prepack": "pnpm build"
"test:types": "tsc -b"
},
"dependencies": {
"@preact/signals": "^1.1.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"type": "library:public"
},
"scripts": {
"build": "rollup -c",
"prepack": "pnpm build",
"test:lint": "eslint . --max-warnings 0",
"test:specs": "vitest --run --pool forks",
"test:types": "tsc -b",
"build": "rollup -c",
"prepack": "pnpm build"
"test:types": "tsc -b"
},
"dependencies": {
"@starbeam/collections": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/use-strict-lifecycle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"type": "library:public"
},
"scripts": {
"build": "rollup -c",
"doc": "node ./scripts/doc.js",
"doc:all": "node ./scripts/docs.js",
"doc:readme": "node ./scripts/doc.js README",
"doc:theory": "node ./scripts/doc.js THEORY",
"prepack": "pnpm build",
"test:lint": "eslint . --max-warnings 0",
"test:specs": "vitest --run --pool forks",
"test:types": "tsc -b",
"build": "rollup -c",
"prepack": "pnpm build"
"test:types": "tsc -b"
},
"devDependencies": {
"@starbeam-dev/compile": "^1.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/universal/collections/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"type": "library:public"
},
"scripts": {
"build": "rollup -c",
"prepack": "pnpm build",
"test:lint": "eslint . --max-warnings 0",
"test:specs": "vitest --run --pool forks",
"test:types": "tsc -b",
"build": "rollup -c",
"prepack": "pnpm build"
"test:types": "tsc -b"
},
"dependencies": {
"@starbeam/debug": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions packages/universal/core-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"type": "library:public"
},
"scripts": {
"build": "rollup -c",
"prepack": "pnpm build",
"test:lint": "eslint . --max-warnings 0",
"test:specs": "vitest --run --pool forks",
"test:types": "tsc -b",
"build": "rollup -c",
"prepack": "pnpm build"
"test:types": "tsc -b"
},
"dependencies": {},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/universal/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"type": "library:public"
},
"scripts": {
"test:lint": "eslint . --max-warnings 0",
"test:types": "tsc -b",
"build": "rollup -c",
"prepack": "pnpm build"
"prepack": "pnpm build",
"test:lint": "eslint . --max-warnings 0",
"test:types": "tsc -b"
},
"dependencies": {
"@starbeam/universal": "workspace:^"
Expand Down
6 changes: 3 additions & 3 deletions packages/universal/debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"type": "library:public"
},
"scripts": {
"build": "rollup -c",
"prepack": "pnpm build",
"test:lint": "eslint . --max-warnings 0",
"test:specs": "vitest --run --pool forks",
"test:types": "tsc -b",
"build": "rollup -c",
"prepack": "pnpm build"
"test:types": "tsc -b"
},
"dependencies": {
"@starbeam/core-utils": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions packages/universal/modifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"type": "library:public"
},
"scripts": {
"test:lint": "eslint . --max-warnings 0",
"test:types": "tsc -b",
"build": "rollup -c",
"prepack": "pnpm build"
"prepack": "pnpm build",
"test:lint": "eslint . --max-warnings 0",
"test:types": "tsc -b"
},
"dependencies": {
"@starbeam/debug": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions packages/universal/reactive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"type": "library:public"
},
"scripts": {
"build": "rollup -c",
"prepack": "pnpm build",
"test:lint": "eslint . --max-warnings 0",
"test:specs": "vitest --run --pool forks",
"test:types": "tsc -b",
"build": "rollup -c",
"prepack": "pnpm build"
"test:types": "tsc -b"
},
"dependencies": {
"@starbeam/core-utils": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions packages/universal/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"type": "library:public"
},
"scripts": {
"build": "rollup -c",
"prepack": "pnpm build",
"test:lint": "eslint . --max-warnings 0",
"test:specs": "vitest --run --pool forks",
"test:types": "tsc -b",
"build": "rollup -c",
"prepack": "pnpm build"
"test:types": "tsc -b"
},
"dependencies": {
"@starbeam/interfaces": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions packages/universal/resource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"type": "library:public"
},
"scripts": {
"build": "rollup -c",
"prepack": "pnpm build",
"test:lint": "eslint . --max-warnings 0",
"test:specs": "vitest --run --pool forks",
"test:types": "tsc -b",
"build": "rollup -c",
"prepack": "pnpm build"
"test:types": "tsc -b"
},
"dependencies": {
"@starbeam/core-utils": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions packages/universal/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"type": "library:public"
},
"scripts": {
"build": "rollup -c",
"prepack": "pnpm build",
"test:lint": "eslint . --max-warnings 0",
"test:specs": "vitest --run --pool forks",
"test:types": "tsc -b",
"build": "rollup -c",
"prepack": "pnpm build"
"test:types": "tsc -b"
},
"dependencies": {
"@starbeam/core-utils": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions packages/universal/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"type": "library:public"
},
"scripts": {
"build": "rollup -c",
"prepack": "pnpm build",
"test:lint": "eslint . --max-warnings 0",
"test:specs": "vitest --run --pool forks",
"test:types": "tsc -b",
"build": "rollup -c",
"prepack": "pnpm build"
"test:types": "tsc -b"
},
"dependencies": {
"@starbeam/core-utils": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions packages/universal/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"type": "library:public"
},
"scripts": {
"build": "rollup -c",
"prepack": "pnpm build",
"test:lint": "eslint . --max-warnings 0",
"test:specs": "vitest --run --pool forks",
"test:types": "tsc -b",
"build": "rollup -c",
"prepack": "pnpm build"
"test:types": "tsc -b"
},
"devDependencies": {
"@starbeam-dev/compile": "^1.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/universal/tags/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"type": "library:public"
},
"scripts": {
"test:lint": "eslint . --max-warnings 0",
"test:types": "tsc -b",
"build": "rollup -c",
"prepack": "pnpm build"
"prepack": "pnpm build",
"test:lint": "eslint . --max-warnings 0",
"test:types": "tsc -b"
},
"dependencies": {
"@starbeam/core-utils": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions packages/universal/universal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"type": "library:public"
},
"scripts": {
"build": "rollup -c",
"prepack": "pnpm build",
"test:lint": "eslint . --max-warnings 0",
"test:specs": "vitest --run --pool forks",
"test:types": "tsc -b",
"build": "rollup -c",
"prepack": "pnpm build"
"test:types": "tsc -b"
},
"dependencies": {
"@starbeam/core-utils": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions packages/universal/verify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"type": "library:public"
},
"scripts": {
"build": "rollup -c",
"prepack": "pnpm build",
"test:lint": "eslint . --max-warnings 0",
"test:specs": "vitest --run --pool forks",
"test:types": "tsc -b",
"build": "rollup -c",
"prepack": "pnpm build"
"test:types": "tsc -b"
},
"dependencies": {
"@starbeam/core-utils": "workspace:^"
Expand Down
6 changes: 3 additions & 3 deletions packages/vue/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"type": "library:public"
},
"scripts": {
"build": "rollup -c",
"prepack": "pnpm build",
"test:lint": "eslint . --max-warnings 0",
"test:specs": "vitest --run --pool forks",
"test:types": "tsc -b",
"build": "rollup -c",
"prepack": "pnpm build"
"test:types": "tsc -b"
},
"dependencies": {
"@starbeam/core-utils": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions packages/x/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"type": "library:public"
},
"scripts": {
"build": "rollup -c",
"prepack": "pnpm build",
"test:lint": "eslint . --max-warnings 0",
"test:specs": "vitest --run --pool forks",
"test:types": "tsc -b",
"build": "rollup -c",
"prepack": "pnpm build"
"test:types": "tsc -b"
},
"dependencies": {
"@starbeam/collections": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions packages/x/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"type": "library:public"
},
"scripts": {
"build": "rollup -c",
"prepack": "pnpm build",
"test:lint": "eslint . --max-warnings 0",
"test:specs": "vitest --run --pool forks",
"test:types": "tsc -b",
"build": "rollup -c",
"prepack": "pnpm build"
"test:types": "tsc -b"
},
"dependencies": {
"@starbeam/debug": "workspace:^",
Expand Down

0 comments on commit 0b31af0

Please sign in to comment.