File tree 16 files changed +29
-29
lines changed
eslint-plugin-naming-convention
eslint-plugin-react-hooks
16 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " with-flat-config" ,
3
- "version" : " 0.9.5 " ,
3
+ "version" : " 0.9.6-beta.0 " ,
4
4
"private" : true ,
5
5
"type" : " module" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " with-legacy-config" ,
3
- "version" : " 0.9.5 " ,
3
+ "version" : " 0.9.6-beta.0 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build" : " tsc && vite build" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint-react/monorepo" ,
3
- "version" : " 0.9.5 " ,
3
+ "version" : " 0.9.6-beta.0 " ,
4
4
"description" : " ESLint React's monorepo. More than 50 ESLint rules to catch common mistakes and improve your React code. Built (mostly) from scratch." ,
5
5
"keywords" : [
6
6
" eslint" ,
19
19
},
20
20
"repository" : {
21
21
"type" : " git" ,
22
- "url" : " https://github.com/rel1cx /eslint-react.git "
22
+ "url" : " https://github.com/Rel1cx /eslint-react"
23
23
},
24
24
"license" : " MIT" ,
25
25
"author" :
" Eva1ent<[email protected] >" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint-react/ast" ,
3
- "version" : " 0.9.5 " ,
3
+ "version" : " 0.9.6-beta.0 " ,
4
4
"description" : " ESLint React's TSESTree AST primitive utility module." ,
5
5
"homepage" : " https://github.com/rel1cx/eslint-react" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/rel1cx/eslint-react/issues"
8
8
},
9
9
"repository" : {
10
10
"type" : " git" ,
11
- "url" : " https://github.com/rel1cx /eslint-react.git " ,
11
+ "url" : " https://github.com/Rel1cx /eslint-react" ,
12
12
"directory" : " packages/ast"
13
13
},
14
14
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint-react/core" ,
3
- "version" : " 0.9.5 " ,
3
+ "version" : " 0.9.6-beta.0 " ,
4
4
"description" : " ESLint React's ESLint utility module for static analysis of React core API and Patterns." ,
5
5
"homepage" : " https://github.com/rel1cx/eslint-react" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/rel1cx/eslint-react/issues"
8
8
},
9
9
"repository" : {
10
10
"type" : " git" ,
11
- "url" : " https://github.com/rel1cx /eslint-react.git " ,
11
+ "url" : " https://github.com/Rel1cx /eslint-react" ,
12
12
"directory" : " packages/core"
13
13
},
14
14
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint-react/eslint-plugin-debug" ,
3
- "version" : " 0.9.5 " ,
3
+ "version" : " 0.9.6-beta.0 " ,
4
4
"description" : " ESLint React's ESLint plugin for debugging related rules." ,
5
5
"homepage" : " https://github.com/rel1cx/eslint-react" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/rel1cx/eslint-react/issues"
8
8
},
9
9
"repository" : {
10
10
"type" : " git" ,
11
- "url" : " https://github.com/rel1cx /eslint-react.git " ,
11
+ "url" : " https://github.com/Rel1cx /eslint-react" ,
12
12
"directory" : " packages/eslint-plugin-debug"
13
13
},
14
14
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint-react/eslint-plugin-jsx" ,
3
- "version" : " 0.9.5 " ,
3
+ "version" : " 0.9.6-beta.0 " ,
4
4
"description" : " ESLint React's ESLint plugin for JSX related rules." ,
5
5
"homepage" : " https://github.com/rel1cx/eslint-react" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/rel1cx/eslint-react/issues"
8
8
},
9
9
"repository" : {
10
10
"type" : " git" ,
11
- "url" : " https://github.com/rel1cx /eslint-react.git " ,
11
+ "url" : " https://github.com/Rel1cx /eslint-react" ,
12
12
"directory" : " packages/eslint-plugin-jsx"
13
13
},
14
14
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint-react/eslint-plugin-naming-convention" ,
3
- "version" : " 0.9.5 " ,
3
+ "version" : " 0.9.6-beta.0 " ,
4
4
"description" : " ESLint React's ESLint plugin for naming convention related rules." ,
5
5
"homepage" : " https://github.com/rel1cx/eslint-react" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/rel1cx/eslint-react/issues"
8
8
},
9
9
"repository" : {
10
10
"type" : " git" ,
11
- "url" : " https://github.com/rel1cx /eslint-react.git " ,
11
+ "url" : " https://github.com/Rel1cx /eslint-react" ,
12
12
"directory" : " packages/eslint-plugin-naming-convention"
13
13
},
14
14
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint-react/eslint-plugin-react-hooks" ,
3
- "version" : " 0.9.5 " ,
3
+ "version" : " 0.9.6-beta.0 " ,
4
4
"description" : " ESLint React's ESLint plugin for React Hooks related rules." ,
5
5
"homepage" : " https://github.com/rel1cx/eslint-react" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/rel1cx/eslint-react/issues"
8
8
},
9
9
"repository" : {
10
10
"type" : " git" ,
11
- "url" : " https://github.com/rel1cx /eslint-react.git " ,
11
+ "url" : " https://github.com/Rel1cx /eslint-react" ,
12
12
"directory" : " packages/eslint-plugin-react-hooks"
13
13
},
14
14
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint-react/eslint-plugin-react" ,
3
- "version" : " 0.9.5 " ,
3
+ "version" : " 0.9.6-beta.0 " ,
4
4
"description" : " ESLint React's ESLint plugin for React related rules." ,
5
5
"homepage" : " https://github.com/rel1cx/eslint-react" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/rel1cx/eslint-react/issues"
8
8
},
9
9
"repository" : {
10
10
"type" : " git" ,
11
- "url" : " https://github.com/rel1cx /eslint-react.git " ,
11
+ "url" : " https://github.com/Rel1cx /eslint-react" ,
12
12
"directory" : " packages/eslint-plugin-react"
13
13
},
14
14
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint-react/eslint-plugin" ,
3
- "version" : " 0.9.5 " ,
3
+ "version" : " 0.9.6-beta.0 " ,
4
4
"description" : " ESLint React's main ESLint plugin. More than 50 ESLint rules to catch common mistakes and improve your React code. Built (mostly) from scratch." ,
5
5
"keywords" : [
6
6
" eslint" ,
19
19
},
20
20
"repository" : {
21
21
"type" : " git" ,
22
- "url" : " https://github.com/rel1cx /eslint-react.git " ,
22
+ "url" : " https://github.com/Rel1cx /eslint-react" ,
23
23
"directory" : " packages/eslint-plugin"
24
24
},
25
25
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint-react/jsx" ,
3
- "version" : " 0.9.5 " ,
3
+ "version" : " 0.9.6-beta.0 " ,
4
4
"description" : " ESLint React's TSESTree AST utility module for static analysis of JSX." ,
5
5
"homepage" : " https://github.com/rel1cx/eslint-react" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/rel1cx/eslint-react/issues"
8
8
},
9
9
"repository" : {
10
10
"type" : " git" ,
11
- "url" : " https://github.com/rel1cx /eslint-react.git " ,
11
+ "url" : " https://github.com/Rel1cx /eslint-react" ,
12
12
"directory" : " packages/jsx"
13
13
},
14
14
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint-react/shared" ,
3
- "version" : " 0.9.5 " ,
3
+ "version" : " 0.9.6-beta.0 " ,
4
4
"description" : " ESLint React's shared constants and utilities." ,
5
5
"homepage" : " https://github.com/rel1cx/eslint-react" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/rel1cx/eslint-react/issues"
8
8
},
9
9
"repository" : {
10
10
"type" : " git" ,
11
- "url" : " https://github.com/rel1cx /eslint-react.git " ,
11
+ "url" : " https://github.com/Rel1cx /eslint-react" ,
12
12
"directory" : " packages/shared"
13
13
},
14
14
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint-react/tools" ,
3
- "version" : " 0.9.5 " ,
3
+ "version" : " 0.9.6-beta.0 " ,
4
4
"description" : " ESLint React's std library and primitives." ,
5
5
"homepage" : " https://github.com/rel1cx/eslint-react" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/rel1cx/eslint-react/issues"
8
8
},
9
9
"repository" : {
10
10
"type" : " git" ,
11
- "url" : " https://github.com/rel1cx /eslint-react.git " ,
11
+ "url" : " https://github.com/Rel1cx /eslint-react" ,
12
12
"directory" : " packages/tools"
13
13
},
14
14
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint-react/types" ,
3
- "version" : " 0.9.5 " ,
3
+ "version" : " 0.9.6-beta.0 " ,
4
4
"description" : " ESLint React's type definitions." ,
5
5
"homepage" : " https://github.com/rel1cx/eslint-react" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/rel1cx/eslint-react/issues"
8
8
},
9
9
"repository" : {
10
10
"type" : " git" ,
11
- "url" : " https://github.com/rel1cx /eslint-react.git " ,
11
+ "url" : " https://github.com/Rel1cx /eslint-react" ,
12
12
"directory" : " packages/types"
13
13
},
14
14
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint-react/website" ,
3
- "version" : " 0.9.5 " ,
3
+ "version" : " 0.9.6-beta.0 " ,
4
4
"scripts" : {
5
5
"build" : " next build" ,
6
6
"clean" : " rm -rf .next node_modules/.cache" ,
You can’t perform that action at this time.
0 commit comments