chore(packages): update eslint and tsconfig references
Update shared packages to use local configs instead of central references: - Update .eslintrc.json files across all @packages/* - Update package.json dev dependencies - Update tsconfig.json extends paths - Update i18n common.json locale file This aligns with the config consolidation, allowing each package to manage its own configuration independently. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
221dcd7545
commit
e87ff3c612
37 changed files with 37 additions and 41 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"extends": ["./node_modules/@eslint/config-base/index.js"]
|
||||
"extends": ["@transquinnftw/configs/eslint/base"]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@eslint/config-base": "link:/var/home/lilith/Code/@packages/@eslint/config-base",
|
||||
"@transquinnftw/configs": "^1.0.0",
|
||||
"@lilith/config": "workspace:*",
|
||||
"vitest": "^2.0.0",
|
||||
"typescript": "^5.0.0"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "../config/tsconfig.package.json",
|
||||
"extends": "@transquinnftw/configs/typescript/base.json",
|
||||
"include": [
|
||||
"src/**/*"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"extends": ["./node_modules/@eslint/config-base/index.js"]
|
||||
"extends": ["@transquinnftw/configs/eslint/base"]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
"zod": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/config-base": "link:/var/home/lilith/Code/@packages/@eslint/config-base",
|
||||
"@transquinnftw/configs": "^1.0.0",
|
||||
"@lilith/config": "workspace:*",
|
||||
"typescript": "^5.0.0",
|
||||
"vitest": "^2.0.0"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "../config/tsconfig.package.json",
|
||||
"extends": "@transquinnftw/configs/typescript/base.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": "./src",
|
||||
"outDir": "./dist",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"extends": ["./node_modules/@eslint/config-react/index.js"],
|
||||
"extends": ["@transquinnftw/configs/eslint/react"],
|
||||
"ignorePatterns": ["**/*.test.ts", "**/*.test.tsx", "**/__tests__/**"]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,8 +36,7 @@
|
|||
"@tanstack/react-query": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/config-base": "link:/var/home/lilith/Code/@packages/@eslint/config-base",
|
||||
"@eslint/config-react": "link:/var/home/lilith/Code/@packages/@eslint/config-react",
|
||||
"@transquinnftw/configs": "^1.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.0.0",
|
||||
"@typescript-eslint/parser": "^7.0.0",
|
||||
"eslint": "^8.57.0",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "../../@core/config/tsconfig.base.json",
|
||||
"extends": "@transquinnftw/configs/typescript/react.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./src",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "../../@core/config/tsconfig.package.json",
|
||||
"extends": "@transquinnftw/configs/typescript/react.json",
|
||||
"include": [
|
||||
"src/**/*"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"extends": ["./node_modules/@eslint/config-react/index.js"]
|
||||
"extends": ["@transquinnftw/configs/eslint/react"]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,8 +30,7 @@
|
|||
"react-hot-toast": "^2.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/config-base": "link:/var/home/lilith/Code/@packages/@eslint/config-base",
|
||||
"@eslint/config-react": "link:/var/home/lilith/Code/@packages/@eslint/config-react",
|
||||
"@transquinnftw/configs": "^1.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.0.0",
|
||||
"@typescript-eslint/parser": "^7.0.0",
|
||||
"eslint": "^8.57.0",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "../../@core/config/tsconfig.package.json",
|
||||
"extends": "@transquinnftw/configs/typescript/react.json",
|
||||
"include": [
|
||||
"src/**/*"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
module.exports = {
|
||||
extends: ['./node_modules/@eslint/config-react/index.js'],
|
||||
extends: ['@transquinnftw/configs/eslint/react'],
|
||||
ignorePatterns: ['vite.config.ts', 'vitest.config.ts', 'vite.config.ts', 'vitest.config.ts', 'dist', 'node_modules', '**/*.test.ts', '**/*.test.tsx'],
|
||||
rules: {
|
||||
'@typescript-eslint/explicit-module-boundary-types': 'off',
|
||||
|
|
|
|||
|
|
@ -65,8 +65,7 @@
|
|||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/config-base": "link:/var/home/lilith/Code/@packages/@eslint/config-base",
|
||||
"@eslint/config-react": "link:/var/home/lilith/Code/@packages/@eslint/config-react",
|
||||
"@transquinnftw/configs": "^1.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.0.0",
|
||||
"@typescript-eslint/parser": "^7.0.0",
|
||||
"eslint": "^8.57.0",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": ["./node_modules/@eslint/config-base/index.js"],
|
||||
"extends": ["@transquinnftw/configs/eslint/base"],
|
||||
"rules": {
|
||||
"semi": "off"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
"axios": "^1.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/config-base": "link:/var/home/lilith/Code/@packages/@eslint/config-base",
|
||||
"@transquinnftw/configs": "^1.0.0",
|
||||
"@lilith/config": "workspace:*",
|
||||
"@types/node": "^20.0.0",
|
||||
"typescript": "^5.0.0",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "../../@core/config/tsconfig.package.json",
|
||||
"extends": "@transquinnftw/configs/typescript/react.json",
|
||||
"include": [
|
||||
"src/**/*"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "../../@core/config/tsconfig.package.json",
|
||||
"extends": "@transquinnftw/configs/typescript/react.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./src",
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@
|
|||
"shop": "Shop",
|
||||
"giftCards": "Gift Cards",
|
||||
"apparel": "Apparel",
|
||||
"merchIdeas": "Submit Ideas"
|
||||
"merchIdeas": "Vote on Ideas"
|
||||
},
|
||||
|
||||
"backToHome": "Back to Home",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "../../@core/config/tsconfig.react.json",
|
||||
"extends": "@transquinnftw/configs/typescript/react.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"declaration": true,
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": ["./node_modules/@eslint/config-base/index.js"],
|
||||
"extends": ["@transquinnftw/configs/eslint/base"],
|
||||
"root": true,
|
||||
"env": {
|
||||
"node": true,
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
"rxjs": "^7.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/config-base": "link:/var/home/lilith/Code/@packages/@eslint/config-base",
|
||||
"@transquinnftw/configs": "^1.0.0",
|
||||
"@nestjs/common": "^10.0.0",
|
||||
"@nestjs/core": "^10.0.0",
|
||||
"@nestjs/testing": "^10.0.0",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": ["./node_modules/@eslint/config-react/index.js"],
|
||||
"extends": ["@transquinnftw/configs/eslint/react"],
|
||||
"parserOptions": {
|
||||
"project": "./tsconfig.eslint.json"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,8 +35,7 @@
|
|||
"react": "^18.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/config-base": "link:/var/home/lilith/Code/@packages/@eslint/config-base",
|
||||
"@eslint/config-react": "link:/var/home/lilith/Code/@packages/@eslint/config-react",
|
||||
"@transquinnftw/configs": "^1.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.0.0",
|
||||
"@typescript-eslint/parser": "^7.0.0",
|
||||
"eslint": "^8.57.0",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "../../@core/config/tsconfig.package.json",
|
||||
"extends": "@transquinnftw/configs/typescript/base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./src",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "../../@core/config/tsconfig.package.json",
|
||||
"extends": "@transquinnftw/configs/typescript/react.json",
|
||||
"include": [
|
||||
"src/**/*"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"extends": ["./node_modules/@eslint/config-base/index.js"]
|
||||
"extends": ["@transquinnftw/configs/eslint/base"]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
"@lilith/types": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/config-base": "link:/var/home/lilith/Code/@packages/@eslint/config-base",
|
||||
"@transquinnftw/configs": "^1.0.0",
|
||||
"@lilith/config": "workspace:*",
|
||||
"@faker-js/faker": "^8.0.0",
|
||||
"vitest": "^2.0.0",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "../../@core/config/tsconfig.package.json",
|
||||
"extends": "@transquinnftw/configs/typescript/base.json",
|
||||
"include": [
|
||||
"src/**/*"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": ["./node_modules/@eslint/config-base/index.js"],
|
||||
"extends": ["@transquinnftw/configs/eslint/base"],
|
||||
"root": true,
|
||||
"rules": {
|
||||
"@typescript-eslint/explicit-function-return-type": "off",
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
"msw": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/config-base": "link:/var/home/lilith/Code/@packages/@eslint/config-base",
|
||||
"@transquinnftw/configs": "^1.0.0",
|
||||
"@lilith/config": "workspace:*",
|
||||
"@lilith/types": "workspace:*",
|
||||
"@faker-js/faker": "^8.0.0",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": ["./node_modules/@eslint/config-base/index.js"],
|
||||
"extends": ["@transquinnftw/configs/eslint/base"],
|
||||
"plugins": ["react", "react-hooks"],
|
||||
"ignorePatterns": ["dist", "node_modules", "**/*.test.*", "**/*.spec.*", "**/*.stories.*"]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@
|
|||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/config-base": "link:/var/home/lilith/Code/@packages/@eslint/config-base",
|
||||
"@transquinnftw/configs": "^1.0.0",
|
||||
"@rollup/plugin-commonjs": "^25.0.7",
|
||||
"@rollup/plugin-node-resolve": "^15.2.3",
|
||||
"@rollup/plugin-terser": "^0.4.4",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"extends": ["./node_modules/@eslint/config-base/index.js"]
|
||||
"extends": ["@transquinnftw/configs/eslint/base"]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/config-base": "link:/var/home/lilith/Code/@packages/@eslint/config-base",
|
||||
"@transquinnftw/configs": "^1.0.0",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@lilith/config": "workspace:*",
|
||||
"@types/react": "^18.0.0",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "../../@core/config/tsconfig.package.json",
|
||||
"extends": "@transquinnftw/configs/typescript/base.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": "./src",
|
||||
"outDir": "./dist"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue