File tree Expand file tree Collapse file tree 5 files changed +547
-443
lines changed
examples/vite-react-dom-js-with-babel-eslint-parser-app
eslint-plugin-react-naming-convention/src/configs
eslint-plugin/src/configs Expand file tree Collapse file tree 5 files changed +547
-443
lines changed Original file line number Diff line number Diff line change 2323 "next-view-transitions" : " ^0.3.4" ,
2424 "react" : " ^19.0.0" ,
2525 "react-dom" : " ^19.0.0" ,
26- "shiki" : " ^3.2.0 " ,
26+ "shiki" : " ^3.2.1 " ,
2727 "tailwind-merge" : " ^3.0.2" ,
2828 "twoslash" : " ^0.3.1"
2929 },
3535 "@local/configs" : " workspace:*" ,
3636 "@mdx-js/mdx" : " ^3.1.0" ,
3737 "@next/eslint-plugin-next" : " ^15.2.2" ,
38- "@tailwindcss/postcss" : " ^4.0.12 " ,
38+ "@tailwindcss/postcss" : " ^4.0.13 " ,
3939 "@tsconfig/next" : " ^2.0.3" ,
4040 "@tsconfig/node22" : " ^22.0.0" ,
4141 "@tsconfig/strictest" : " ^2.0.5" ,
5858 "eslint-plugin-simple-import-sort" : " ^12.1.1" ,
5959 "eslint-plugin-unicorn" : " ^57.0.0" ,
6060 "postcss" : " ^8.5.3" ,
61- "tailwindcss" : " ^4.0.12 " ,
61+ "tailwindcss" : " ^4.0.13 " ,
6262 "tailwindcss-animated" : " ^2.0.0" ,
6363 "typescript" : " ^5.8.2" ,
6464 "typescript-eslint" : " ^8.26.1"
Original file line number Diff line number Diff line change 1515 "react-dom" : " ^19.0.0"
1616 },
1717 "devDependencies" : {
18- "@babel/core" : " ^7.26.9 " ,
19- "@babel/eslint-parser" : " ^7.26.8 " ,
18+ "@babel/core" : " ^7.26.10 " ,
19+ "@babel/eslint-parser" : " ^7.26.10 " ,
2020 "@babel/preset-env" : " ^7.26.9" ,
2121 "@babel/preset-react" : " ^7.26.3" ,
2222 "@eslint-react/eslint-plugin" : " workspace:*" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,4 @@ import type { RulePreset } from "@eslint-react/shared";
22
33export const name = "react-naming-convention/recommended" ;
44
5- export const rules = {
6- "react-naming-convention/context-name" : "warn" ,
7- "react-naming-convention/use-state" : "warn" ,
8- } as const satisfies RulePreset ;
5+ export const rules = { } as const satisfies RulePreset ;
Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ export const rules = {
1616 "@eslint-react/hooks-extra/no-direct-set-state-in-use-effect" : "warn" ,
1717 "@eslint-react/hooks-extra/no-useless-custom-hooks" : "warn" ,
1818 "@eslint-react/hooks-extra/prefer-use-state-lazy-initialization" : "warn" ,
19- "@eslint-react/naming-convention/context-name" : "warn" ,
20- "@eslint-react/naming-convention/use-state" : "warn" ,
2119} as const satisfies RulePreset ;
2220
2321export const plugins = {
You can’t perform that action at this time.
0 commit comments