Skip to content

Commit

Permalink
Bring back lint script because why not
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Nov 17, 2024
1 parent eb1e174 commit 8723763
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"docs:build": "typedoc --options typedoc.cjs",
"examples": "tsx ../../scripts/examples-runner.ts -- block",
"examples:build": "npx embedme README.md",
"lint": "eslint --config .eslintrc.cjs . --ext .js,.ts",
"lint:fix": "eslint --fix --config .eslintrc.cjs . --ext .js,.ts",
"prepublishOnly": "../../config/cli/prepublish.sh",
"test": "npm run test:node && npm run test:browser",
Expand Down
1 change: 1 addition & 0 deletions packages/blockchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"docs:build": "typedoc --options typedoc.cjs",
"examples": "tsx ../../scripts/examples-runner.ts -- blockchain",
"examples:build": "npx embedme README.md",
"lint": "eslint --config .eslintrc.cjs . --ext .js,.ts",
"lint:fix": "eslint --fix --config .eslintrc.cjs . --ext .js,.ts",
"prepublishOnly": "../../config/cli/prepublish.sh",
"test": "npm run test:node && npm run test:browser",
Expand Down
1 change: 1 addition & 0 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"coverage": "npx vitest --coverage --coverage.include=src --coverage.reporter=lcov run test/* -c=./vitest.config.unit.ts",
"docs:build": "typedoc --options typedoc.cjs --tsconfig tsconfig.prod.cjs.json",
"examples": "tsx ../../scripts/examples-runner.ts -- client",
"lint": "eslint --config .eslintrc.cjs . --ext .js,.ts",
"lint:fix": "eslint --fix --config .eslintrc.cjs . --ext .js,.ts",
"preinstall": "npm run binWorkaround",
"prepublishOnly": "../../config/cli/prepublish.sh",
Expand Down
1 change: 1 addition & 0 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"docs:build": "typedoc --options typedoc.cjs",
"examples": "tsx ../../scripts/examples-runner.ts -- common",
"examples:build": "npx embedme README.md",
"lint": "eslint --config .eslintrc.cjs . --ext .js,.ts",
"lint:fix": "eslint --fix --config .eslintrc.cjs . --ext .js,.ts",
"prepublishOnly": "../../config/cli/prepublish.sh",
"test": "npm run test:node && npm run test:browser",
Expand Down
1 change: 1 addition & 0 deletions packages/devp2p/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"docs:build": "typedoc --options typedoc.cjs",
"examples": "tsx ../../scripts/examples-runner.ts -- devp2p",
"examples:build": "npx embedme README.md",
"lint": "eslint --config .eslintrc.cjs . --ext .js,.ts",
"lint:fix": "eslint --fix --config .eslintrc.cjs . --ext .js,.ts",
"prepublishOnly": "../../config/cli/prepublish.sh",
"test": "vitest run",
Expand Down
1 change: 1 addition & 0 deletions packages/ethash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"docs:build": "typedoc --options typedoc.cjs",
"examples": "tsx ../../scripts/examples-runner.ts -- ethash",
"examples:build": "npx embedme README.md",
"lint": "eslint --config .eslintrc.cjs . --ext .js,.ts",
"lint:fix": "eslint --fix --config .eslintrc.cjs . --ext .js,.ts",
"prepublishOnly": "../../config/cli/prepublish.sh",
"test": "npx vitest run",
Expand Down
1 change: 1 addition & 0 deletions packages/evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"examples": "tsx ../../scripts/examples-runner.ts -- evm",
"examples:build": "npx embedme README.md",
"formatTest": "node ./scripts/formatTest",
"lint": "eslint --config .eslintrc.cjs . --ext .js,.ts",
"lint:fix": "eslint --fix --config .eslintrc.cjs . --ext .js,.ts",
"prepublishOnly": "../../config/cli/prepublish.sh",
"profiling": "0x ./benchmarks/run.js profiling",
Expand Down
1 change: 1 addition & 0 deletions packages/genesis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"examples": "tsx ../../scripts/examples-runner.ts -- genesis",
"examples:build": "npx embedme README.md",
"docs:build": "typedoc --options typedoc.cjs",
"lint": "eslint --config .eslintrc.cjs . --ext .js,.ts",
"lint:fix": "eslint --fix --config .eslintrc.cjs . --ext .js,.ts",
"prepublishOnly": "../../config/cli/prepublish.sh",
"test": "npm run test:node",
Expand Down
1 change: 1 addition & 0 deletions packages/mpt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"docs:build": "typedoc --options typedoc.cjs",
"examples": "tsx ../../scripts/examples-runner.ts -- mpt",
"examples:build": "npx embedme README.md",
"lint": "eslint --config .eslintrc.cjs . --ext .js,.ts",
"lint:fix": "eslint --fix --config .eslintrc.cjs . --ext .js,.ts",
"prepublishOnly": "../../config/cli/prepublish.sh",
"profiling": "tsc --target ES5 benchmarks/random.ts && 0x benchmarks/random.js",
Expand Down
1 change: 1 addition & 0 deletions packages/rlp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"coverage": "npx vitest --coverage --coverage.include=src run",
"examples": "tsx ../../scripts/examples-runner.ts -- rlp",
"examples:build": "npx embedme README.md",
"lint": "eslint --config .eslintrc.cjs . --ext .js,.ts",
"lint:fix": "eslint --fix --config .eslintrc.cjs . --ext .js,.ts",
"prepublishOnly": "../../config/cli/prepublish.sh",
"test": "npm run test:node && npm run test:browser",
Expand Down
1 change: 1 addition & 0 deletions packages/statemanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"docs:build": "typedoc --options typedoc.cjs",
"examples": "tsx ../../scripts/examples-runner.ts -- statemanager",
"examples:build": "npx embedme README.md",
"lint": "eslint --config .eslintrc.cjs . --ext .js,.ts",
"lint:fix": "eslint --fix --config .eslintrc.cjs . --ext .js,.ts",
"prepublishOnly": "../../config/cli/prepublish.sh && npm run test:node",
"test": "npm run test:node && npm run test:browser",
Expand Down
1 change: 1 addition & 0 deletions packages/tx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"docs:build": "typedoc --options typedoc.cjs",
"examples": "tsx ../../scripts/examples-runner.ts -- tx",
"examples:build": "npx embedme README.md",
"lint": "eslint --config .eslintrc.cjs . --ext .js,.ts",
"lint:fix": "eslint --fix --config .eslintrc.cjs . --ext .js,.ts",
"prepublishOnly": "../../config/cli/prepublish.sh",
"test": "npm run test:node && npm run test:browser",
Expand Down
1 change: 1 addition & 0 deletions packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"docs:build": "npx typedoc --options typedoc.cjs",
"examples": "tsx ../../scripts/examples-runner.ts -- util",
"examples:build": "npx embedme README.md",
"lint": "eslint --config .eslintrc.cjs . --ext .js,.ts",
"lint:fix": "eslint --fix --config .eslintrc.cjs . --ext .js,.ts",
"prepublishOnly": "../../config/cli/prepublish.sh",
"test": "npm run test:node && npm run test:browser",
Expand Down
1 change: 1 addition & 0 deletions packages/verkle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"docs:build": "typedoc --options typedoc.cjs",
"examples": "tsx ../../scripts/examples-runner.ts -- verkle",
"examples:build": "npx embedme README.md",
"lint": "eslint --config .eslintrc.cjs . --ext .js,.ts",
"lint:fix": "eslint --fix --config .eslintrc.cjs . --ext .js,.ts",
"prepublishOnly": "../../config/cli/prepublish.sh",
"test": "npm run test:node",
Expand Down
1 change: 1 addition & 0 deletions packages/vm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"examples": "tsx ../../scripts/examples-runner.ts -- vm",
"examples:build": "npx embedme README.md",
"formatTest": "node ./scripts/formatTest",
"lint": "eslint --config .eslintrc.cjs . --ext .js,.ts",
"lint:fix": "eslint --fix --config .eslintrc.cjs . --ext .js,.ts",
"prepublishOnly": "../../config/cli/prepublish.sh && npm run test:buildIntegrity",
"profiling": "0x ./benchmarks/run.js profiling",
Expand Down
1 change: 1 addition & 0 deletions packages/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"docs:build": "npx typedoc --options typedoc.cjs",
"examples": "tsx ../../scripts/examples-runner.ts -- wallet",
"examples:build": "npx embedme README.md",
"lint": "eslint --config .eslintrc.cjs . --ext .js,.ts",
"lint:fix": "eslint --fix --config .eslintrc.cjs . --ext .js,.ts",
"prepublishOnly": "../../config/cli/prepublish.sh",
"test": "npm run test:node && npm run test:browser",
Expand Down

0 comments on commit 8723763

Please sign in to comment.