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
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,3 @@ stats.html
*.bundled_*.mjs
*.tgz
eslint-results.sarif

.nx/cache
.nx/workspace-data
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,5 @@
"mdx.server.enable": true,
"npm.packageManager": "pnpm",
"typescript.preferences.importModuleSpecifier": "non-relative",
"typescript.tsdk": "node_modules/typescript/lib",
"nxConsole.generateAiAgentRules": false
"typescript.tsdk": "node_modules/typescript/lib"
}
4 changes: 2 additions & 2 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"fumadocs-typescript": "4.0.6",
"fumadocs-ui": "15.7.2",
"lucide-react": "^0.542.0",
"next": "^15.5.1",
"next": "^15.5.2",
"next-view-transitions": "^0.3.4",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"shiki": "^3.11.0",
"shiki": "^3.12.0",
"tailwind-merge": "^3.3.1",
"twoslash": "^0.3.4"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"start": "next start"
},
"dependencies": {
"next": "^15.5.1",
"next": "^15.5.2",
"react": "^19.1.1",
"react-dom": "^19.1.1"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "workspace:*",
"@eslint/config-inspector": "^1.2.0",
"@eslint/js": "^9.34.0",
"@next/eslint-plugin-next": "^15.5.1",
"@next/eslint-plugin-next": "^15.5.2",
"@tsconfig/next": "^2.0.3",
"@tsconfig/node22": "^22.0.2",
"@tsconfig/strictest": "^2.0.5",
Expand Down
27 changes: 0 additions & 27 deletions nx.json

This file was deleted.

12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"author": "Rel1cx<[email protected]>",
"type": "module",
"scripts": {
"build": "pnpm run update:all && nx run-many -t build --projects=\"packages/**\"",
"build:all": "nx run-many -t build",
"build:docs": "nx run-many -t build:docs --projects=\"packages/**\" && pnpm run update:readme",
"build:pkgs": "pnpm -F \"./.pkgs/*\" run build",
"build": "pnpm run update:all && pnpm run build:pkgs && pnpm run build:packages && pnpm run build:docs",
"build:docs": "pnpm -r --filter \"./packages/*\" run build:docs",
"build:packages": "pnpm -r --filter \"./packages/**\" run build",
"build:pkgs": "pnpm -r --filter \"./.pkgs/*\" run build",
"build:website": "pnpm run update:website && pnpm -F \"./apps/website\" run build",
"format:check": "dprint check",
"format:write": "dprint fmt",
Expand Down Expand Up @@ -82,7 +82,6 @@
"lefthook": "^1.12.3",
"markdownlint": "^0.38.0",
"mdxlint": "^1.0.0",
"nx": "^21.4.1",
"publint": "^0.3.12",
"react": "^19.1.1",
"react-dom": "^19.1.1",
Expand Down Expand Up @@ -113,7 +112,6 @@
"dprint",
"esbuild",
"lefthook",
"nx",
"sharp",
"unrs-resolver"
],
Expand All @@ -124,7 +122,7 @@
"cross-spawn": "^7.0.6",
"esbuild": "^0.25.9",
"lucide-react": "^0.542.0",
"next": "^15.5.1",
"next": "^15.5.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"ts-api-utils": "^2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/eslint-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ export default tseslint.config({

Contributions are welcome!

Please follow our [contributing guidelines](https://github.com/Rel1cx/eslint-react/tree/2.0.0/.github/CONTRIBUTING.md).
Please follow our [contributing guidelines](https://github.com/Rel1cx/eslint-react/tree/tooling/remove-nx/.github/CONTRIBUTING.md).

## License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/Rel1cx/eslint-react/tree/2.0.0/LICENSE) file for details.
This project is licensed under the MIT License - see the [LICENSE](https://github.com/Rel1cx/eslint-react/tree/tooling/remove-nx/LICENSE) file for details.
Loading