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
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"clean": "rimraf dist/ coverage/",
"format": "pnpm --workspace-root run format",
"generate-breaking-changes": "tsx tools/generate-breaking-changes.mts",
"generate-configs": "yarn run -T generate-configs",
"generate-configs": "pnpm --workspace-root run generate-configs",
"lint": "pnpm --workspace-root exec nx lint",
"test": "vitest --run --config=./vitest.config.mts",
"test-single": "vitest --run --config=./vitest.config.mts --no-coverage",
Expand Down
2 changes: 1 addition & 1 deletion packages/scope-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"clean": "rimraf dist/ coverage/",
"clean-fixtures": "rimraf -g \"./src/**/fixtures/**/snapshots\"",
"format": "pnpm --workspace-root run format",
"generate-lib": "yarn run -BT nx generate-lib repo",
"generate-lib": "pnpm --workspace-root exec nx generate-lib repo",
"lint": "pnpm --workspace-root exec nx lint",
"test": "vitest --run --config=./vitest.config.mts",
"check-types": "pnpm --workspace-root exec nx typecheck"
Expand Down
3 changes: 3 additions & 0 deletions packages/type-utils/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"extends": "../../tsconfig.build.json",
"compilerOptions": {},
"references": [
{
"path": "../types/tsconfig.build.json"
},
{
"path": "../utils/tsconfig.build.json"
},
Expand Down
3 changes: 3 additions & 0 deletions packages/type-utils/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"files": [],
"include": [],
"references": [
{
"path": "../types"
},
{
"path": "../utils"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"build": "tsc -b tsconfig.build.json",
"clean": "rimraf dist/ src/generated/ coverage/",
"format": "pnpm --workspace-root run format",
"generate-lib": "yarn run -BT nx run scope-manager:generate-lib",
"generate-lib": "pnpm --workspace-root exec nx run scope-manager:generate-lib",
"lint": "pnpm --workspace-root exec nx lint",
"test": "vitest --run --config=./vitest.config.mts",
"check-types": "pnpm --workspace-root exec nx typecheck"
Expand Down
1 change: 1 addition & 0 deletions packages/website-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@eslint/js": "*",
"@typescript-eslint/eslint-plugin": "workspace:*",
"@typescript-eslint/parser": "workspace:*",
"@typescript-eslint/type-utils": "workspace:*",
"@typescript-eslint/scope-manager": "workspace:*",
"@typescript-eslint/typescript-estree": "workspace:*",
"@typescript-eslint/visitor-keys": "workspace:*",
Expand Down
3 changes: 3 additions & 0 deletions packages/website-eslint/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
{
"path": "../scope-manager/tsconfig.build.json"
},
{
"path": "../type-utils/tsconfig.build.json"
},
{
"path": "../parser/tsconfig.build.json"
},
Expand Down
3 changes: 3 additions & 0 deletions packages/website-eslint/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
{
"path": "../scope-manager"
},
{
"path": "../type-utils"
},
{
"path": "../parser"
},
Expand Down
5 changes: 4 additions & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"stylelint:fix": "stylelint \"src/**/*.css\" --fix",
"lint": "pnpm --workspace-root exec nx lint",
"serve": "docusaurus serve",
"start": "yarn run -BT nx start",
"start": "pnpm --workspace-root exec nx start",
"swizzle": "docusaurus swizzle",
"check-types": "pnpm --workspace-root exec nx typecheck"
},
Expand All @@ -30,10 +30,12 @@
"@docusaurus/core": "^3.2.1",
"@docusaurus/plugin-client-redirects": "^3.2.1",
"@docusaurus/plugin-content-blog": "^3.7.0",
"@docusaurus/plugin-content-docs": "^3.7.0",
"@docusaurus/plugin-pwa": "^3.2.1",
"@docusaurus/preset-classic": "^3.2.1",
"@docusaurus/remark-plugin-npm2yarn": "^3.2.1",
"@docusaurus/theme-common": "^3.2.1",
"@mdx-js/react": "^3.1.0",
"@typescript-eslint/parser": "workspace:*",
"@typescript-eslint/website-eslint": "workspace:*",
"@uiw/react-shields": "2.0.1",
Expand All @@ -45,6 +47,7 @@
"lz-string": "^1.5.0",
"prettier": "^3.2.5",
"prism-react-renderer": "^2.3.1",
"prismjs": "^1.30.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^10.0.0",
Expand Down
12 changes: 12 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.