File tree Expand file tree Collapse file tree 9 files changed +160
-622
lines changed
packages/plugins/eslint-plugin Expand file tree Collapse file tree 9 files changed +160
-622
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,3 @@ stats.html
4545* .bundled_ * .mjs
4646* .tgz
4747eslint-results.sarif
48-
49- .nx /cache
50- .nx /workspace-data
Original file line number Diff line number Diff line change 4444 "mdx.server.enable" : true ,
4545 "npm.packageManager" : " pnpm" ,
4646 "typescript.preferences.importModuleSpecifier" : " non-relative" ,
47- "typescript.tsdk" : " node_modules/typescript/lib" ,
48- "nxConsole.generateAiAgentRules" : false
47+ "typescript.tsdk" : " node_modules/typescript/lib"
4948}
Original file line number Diff line number Diff line change 2525 "fumadocs-typescript" : " 4.0.6" ,
2626 "fumadocs-ui" : " 15.7.2" ,
2727 "lucide-react" : " ^0.542.0" ,
28- "next" : " ^15.5.1 " ,
28+ "next" : " ^15.5.2 " ,
2929 "next-view-transitions" : " ^0.3.4" ,
3030 "react" : " ^19.1.1" ,
3131 "react-dom" : " ^19.1.1" ,
32- "shiki" : " ^3.11 .0" ,
32+ "shiki" : " ^3.12 .0" ,
3333 "tailwind-merge" : " ^3.3.1" ,
3434 "twoslash" : " ^0.3.4"
3535 },
Original file line number Diff line number Diff line change 1010 "start" : " next start"
1111 },
1212 "dependencies" : {
13- "next" : " ^15.5.1 " ,
13+ "next" : " ^15.5.2 " ,
1414 "react" : " ^19.1.1" ,
1515 "react-dom" : " ^19.1.1"
1616 },
1717 "devDependencies" : {
1818 "@eslint-react/eslint-plugin" : " workspace:*" ,
1919 "@eslint/config-inspector" : " ^1.2.0" ,
2020 "@eslint/js" : " ^9.34.0" ,
21- "@next/eslint-plugin-next" : " ^15.5.1 " ,
21+ "@next/eslint-plugin-next" : " ^15.5.2 " ,
2222 "@tsconfig/next" : " ^2.0.3" ,
2323 "@tsconfig/node22" : " ^22.0.2" ,
2424 "@tsconfig/strictest" : " ^2.0.5" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2525 "author" :
" Rel1cx<[email protected] >" ,
2626 "type" : " module" ,
2727 "scripts" : {
28- "build" : " pnpm run update:all && nx run-many -t build --projects= \" packages/** \" " ,
29- "build:all " : " nx run-many -t build" ,
30- "build:docs " : " nx run-many -t build:docs --projects= \" packages/**\" && pnpm run update:readme " ,
31- "build:pkgs" : " pnpm -F \" ./.pkgs/*\" run build" ,
28+ "build" : " pnpm run update:all && pnpm run build:pkgs && pnpm run build: packages && pnpm run build:docs " ,
29+ "build:docs " : " pnpm -r --filter \" ./packages/* \" run build:docs " ,
30+ "build:packages " : " pnpm -r --filter \" ./ packages/**\" run build " ,
31+ "build:pkgs" : " pnpm -r --filter \" ./.pkgs/*\" run build" ,
3232 "build:website" : " pnpm run update:website && pnpm -F \" ./apps/website\" run build" ,
3333 "format:check" : " dprint check" ,
3434 "format:write" : " dprint fmt" ,
8282 "lefthook" : " ^1.12.3" ,
8383 "markdownlint" : " ^0.38.0" ,
8484 "mdxlint" : " ^1.0.0" ,
85- "nx" : " ^21.4.1" ,
8685 "publint" : " ^0.3.12" ,
8786 "react" : " ^19.1.1" ,
8887 "react-dom" : " ^19.1.1" ,
113112 " dprint" ,
114113 " esbuild" ,
115114 " lefthook" ,
116- " nx" ,
117115 " sharp" ,
118116 " unrs-resolver"
119117 ],
124122 "cross-spawn" : " ^7.0.6" ,
125123 "esbuild" : " ^0.25.9" ,
126124 "lucide-react" : " ^0.542.0" ,
127- "next" : " ^15.5.1 " ,
125+ "next" : " ^15.5.2 " ,
128126 "react" : " ^19.1.1" ,
129127 "react-dom" : " ^19.1.1" ,
130128 "ts-api-utils" : " ^2.1.0" ,
Original file line number Diff line number Diff line change @@ -165,8 +165,8 @@ export default tseslint.config({
165165
166166Contributions are welcome!
167167
168- Please follow our [ contributing guidelines] ( https://github.com/Rel1cx/eslint-react/tree/2.0.0 /.github/CONTRIBUTING.md ) .
168+ Please follow our [ contributing guidelines] ( https://github.com/Rel1cx/eslint-react/tree/tooling/remove-nx /.github/CONTRIBUTING.md ) .
169169
170170## License
171171
172- 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.
172+ 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.
You can’t perform that action at this time.
0 commit comments