Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions packages/apps/dashboard/client/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';
import { createTypeScriptImportResolver } from 'eslint-import-resolver-typescript';
import { createNodeResolver, importX } from 'eslint-plugin-import-x';
import reactPlugin from 'eslint-plugin-react';
import reactHooksPlugin from 'eslint-plugin-react-hooks';
import prettierPlugin from 'eslint-plugin-prettier';
import importPlugin from 'eslint-plugin-import';
import globals from 'globals';

export default tseslint.config(
Expand Down Expand Up @@ -33,17 +34,18 @@ export default tseslint.config(
react: reactPlugin,
'react-hooks': reactHooksPlugin,
prettier: prettierPlugin,
import: importPlugin,
'import-x': importX,
},
settings: {
react: {
version: 'detect',
},
'import/resolver': {
typescript: {
'import-x/resolver-next': [
createTypeScriptImportResolver({
alwaysTryTypes: true,
},
},
}),
createNodeResolver(),
],
},
rules: {
'no-useless-assignment': 'off',
Expand All @@ -53,7 +55,7 @@ export default tseslint.config(
'react/react-in-jsx-scope': 'off',
'react-hooks/exhaustive-deps': 'warn',
'react-hooks/rules-of-hooks': 'error',
'import/order': [
'import-x/order': [
'error',
{
groups: [
Expand All @@ -79,8 +81,8 @@ export default tseslint.config(
},
},
],
'import/no-duplicates': 'error',
'import/no-unresolved': 'error',
'import-x/no-duplicates': 'error',
'import-x/no-unresolved': 'error',
'@typescript-eslint/consistent-type-imports': 'error',
'@typescript-eslint/no-unused-vars': [
'error',
Expand Down
9 changes: 4 additions & 5 deletions packages/apps/dashboard/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,10 @@
"@eslint/js": "^10.0.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^8.46.3",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^9.39.1",
"eslint-plugin-import": "^2.31.0",
"eslint": "^10.0.3",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import-x": "^4.16.2",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
Expand All @@ -63,7 +62,7 @@
"sass": "^1.89.2",
"terser": "^5.36.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.33.0",
"typescript-eslint": "^8.57.0",
"vite": "^6.2.4"
},
"lint-staged": {
Expand Down
11 changes: 6 additions & 5 deletions packages/apps/dashboard/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,26 +48,27 @@
"rxjs": "^7.2.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@golevelup/ts-jest": "^1.2.1",
"@nestjs/cli": "^11.0.16",
"@nestjs/schematics": "^11.0.9",
"@nestjs/testing": "^11.1.14",
"@types/express": "^5.0.6",
"@types/jest": "30.0.0",
"@types/node": "22.10.5",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^8.46.3",
"eslint": "^9.39.1",
"eslint": "^10.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-jest": "^29.15.0",
"eslint-plugin-prettier": "^5.5.5",
"globals": "^16.3.0",
"jest": "^29.7.0",
"prettier": "^3.8.1",
"source-map-support": "^0.5.20",
"ts-jest": "29.2.5",
"ts-node": "^10.0.0",
"tsconfig-paths": "4.2.0",
"typescript": "^5.6.3"
"typescript": "^5.6.3",
"typescript-eslint": "^8.57.0"
},
"lint-staged": {
"*.ts": [
Expand Down
9 changes: 6 additions & 3 deletions packages/apps/faucet/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,21 @@
"viem": "2.x"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"dotenv": "^17.2.2",
"eslint": "^9.39.1",
"eslint": "^10.0.3",
"eslint-config-prettier": "^10.1.8",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^5.1.0",
"globals": "^16.3.0",
"prettier": "^3.8.1",
"typescript": "^5.8.3",
"typescript-eslint": "^8.57.0",
"vite": "^6.2.4",
"vite-plugin-node-polyfills": "^0.25.0"
},
Expand Down
10 changes: 8 additions & 2 deletions packages/apps/faucet/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,22 @@
"web3": "^4.12.1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/jest": "^29.5.14",
"@types/node": "^22.15.16",
"concurrently": "^9.1.2",
"eslint": "^9.39.1",
"eslint": "^10.0.3",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"globals": "^16.3.0",
"hardhat": "^2.26.0",
"jest": "^29.7.0",
"prettier": "^3.8.1",
"ts-jest": "29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
"typescript": "^5.8.3",
"typescript-eslint": "^8.57.0"
}
}
7 changes: 4 additions & 3 deletions packages/apps/fortune/exchange-oracle/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,18 @@
"wagmi": "^2.14.6"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^8.46.3",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.39.1",
"eslint": "^10.0.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.11",
"globals": "^16.3.0",
"prettier": "^3.8.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.57.0",
"vite": "^6.2.4",
"vite-plugin-node-polyfills": "^0.25.0"
},
Expand Down
11 changes: 6 additions & 5 deletions packages/apps/fortune/exchange-oracle/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"typeorm-naming-strategies": "^4.1.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@golevelup/ts-jest": "^0.6.1",
"@nestjs/cli": "^11.0.16",
"@nestjs/schematics": "^11.0.9",
Expand All @@ -72,18 +73,18 @@
"@types/node": "22.10.5",
"@types/passport": "^1",
"@types/pg": "8.11.10",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^8.46.3",
"eslint": "^9.39.1",
"eslint": "^10.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-jest": "^29.15.0",
"eslint-plugin-prettier": "^5.5.5",
"globals": "^16.3.0",
"jest": "^29.7.0",
"prettier": "^3.8.1",
"source-map-support": "^0.5.20",
"ts-jest": "29.2.5",
"ts-node": "^10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "^5.6.3"
"typescript": "^5.6.3",
"typescript-eslint": "^8.57.0"
}
}
10 changes: 7 additions & 3 deletions packages/apps/fortune/recording-oracle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,23 @@
"rxjs": "^7.2.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@nestjs/cli": "^11.0.16",
"@nestjs/schematics": "^11.0.9",
"@nestjs/testing": "^11.1.14",
"@types/express": "^5.0.6",
"@types/jest": "^29.5.14",
"@types/node": "^22.15.16",
"eslint": "^9.39.1",
"eslint-plugin-jest": "^28.9.0",
"eslint": "^10.0.3",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jest": "^29.15.0",
"eslint-plugin-prettier": "^5.5.5",
"globals": "^16.3.0",
"jest": "^29.7.0",
"prettier": "^3.8.1",
"ts-jest": "29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
"typescript": "^5.8.3",
"typescript-eslint": "^8.57.0"
}
}
2 changes: 0 additions & 2 deletions packages/apps/human-app/frontend/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import globals from 'globals';
import eslintPluginPrettierRecommended from 'eslint-plugin-prettier/recommended';
import reactHooks from 'eslint-plugin-react-hooks';
import jsxA11y from 'eslint-plugin-jsx-a11y';
import eslintPluginImport from 'eslint-plugin-import';
import tseslint from 'typescript-eslint';

export default tseslint.config(
Expand Down Expand Up @@ -31,7 +30,6 @@ export default tseslint.config(
'@typescript-eslint': tseslint.plugin,
'react-hooks': reactHooks,
'jsx-a11y': jsxA11y,
import: eslintPluginImport,
},
rules: {
'no-useless-assignment': 'off',
Expand Down
9 changes: 6 additions & 3 deletions packages/apps/human-app/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"zustand": "^5.0.10"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@tanstack/eslint-plugin-query": "^5.60.1",
"@tanstack/react-query-devtools": "^5.59.16",
"@types/lodash": "^4.17.12",
Expand All @@ -67,18 +68,20 @@
"@types/prop-types": "^15",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^8.46.3",
"@vercel/style-guide": "^6.0.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^9.39.1",
"eslint": "^10.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.11",
"globals": "^16.3.0",
"husky": "^9.1.6",
"jsdom": "^25.0.1",
"prettier": "^3.8.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.57.0",
"vite": "^6.2.4",
"vitest": "^4.0.18"
}
Expand Down
11 changes: 6 additions & 5 deletions packages/apps/human-app/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"rxjs": "^7.2.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@nestjs/cli": "^11.0.16",
"@nestjs/schematics": "^11.0.9",
"@nestjs/testing": "^11.1.14",
Expand All @@ -64,19 +65,19 @@
"@types/lodash": "^4.17.14",
"@types/node": "22.10.5",
"@types/passport": "^1",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^8.46.3",
"eslint": "^9.39.1",
"eslint": "^10.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-jest": "^29.15.0",
"eslint-plugin-prettier": "^5.5.5",
"globals": "^16.3.0",
"jest": "^29.7.0",
"nock": "^14.0.11",
"prettier": "^3.8.1",
"source-map-support": "^0.5.20",
"ts-jest": "29.2.5",
"ts-node": "^10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "^5.6.3"
"typescript": "^5.6.3",
"typescript-eslint": "^8.57.0"
}
}
2 changes: 0 additions & 2 deletions packages/apps/job-launcher/client/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import globals from 'globals';
import eslintPluginPrettierRecommended from 'eslint-plugin-prettier/recommended';
import reactHooks from 'eslint-plugin-react-hooks';
import jsxA11y from 'eslint-plugin-jsx-a11y';
import eslintPluginImport from 'eslint-plugin-import';
import tseslint from 'typescript-eslint';

export default tseslint.config(
Expand All @@ -30,7 +29,6 @@ export default tseslint.config(
plugins: {
'@typescript-eslint': tseslint.plugin,
'react-hooks': reactHooks,
import: eslintPluginImport,
},
rules: {
'no-useless-assignment': 'off',
Expand Down
10 changes: 7 additions & 3 deletions packages/apps/job-launcher/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,23 @@
]
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/file-saver": "^2.0.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/xml2js": "^0.4.14",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^9.39.1",
"eslint": "^10.0.3",
"eslint-config-prettier": "^10.1.8",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^5.1.0",
"globals": "^16.3.0",
"prettier": "^3.8.1",
"resize-observer-polyfill": "^1.5.1",
"typescript-eslint": "^8.57.0",
"vite": "^6.2.4",
"vite-plugin-node-polyfills": "^0.25.0"
},
Expand Down
Loading
Loading