File tree 3 files changed +1073
-1359
lines changed
3 files changed +1073
-1359
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "extends" : [" next/core-web-vitals" ],
3
- "plugins" : [" mdx" ],
4
- "overrides" : [
5
- {
6
- "files" : [" *.mdx" ],
7
- "extends" : [" plugin:mdx/recommended" ],
8
- "rules" : {
9
- "semi" : " off" ,
10
- "react/no-unescaped-entities" : " off"
11
- // ... any other MDX specific rules
12
- }
13
- }
14
- ],
15
- "rules" : {
2
+ "extends" : [" next/core-web-vitals" ],
3
+ "plugins" : [" mdx" ],
4
+ "overrides" : [
5
+ {
6
+ "files" : [" *.mdx" ],
7
+ "extends" : [" plugin:mdx/recommended" ],
8
+ "rules" : {
9
+ "semi" : " off" ,
16
10
"react/no-unescaped-entities" : " off"
17
- // ... any other rules you wish to override for all files
11
+ // ... any other MDX specific rules
12
+ }
18
13
}
14
+ ],
15
+ "rules" : {
16
+ "react/no-unescaped-entities" : " off"
17
+ // ... any other rules you wish to override for all files
18
+ }
19
19
}
Original file line number Diff line number Diff line change 13
13
"format" : " prettier '**/*' --ignore-unknown --write"
14
14
},
15
15
"dependencies" : {
16
- "eslint-config-next" : " ^14.2.3 " ,
17
- "next" : " ^14.2.3 " ,
18
- "nextra" : " ^2.13.4 " ,
19
- "nextra-theme-docs" : " ^2.13.4 " ,
20
- "react" : " ^18.3.1 " ,
21
- "react-dom" : " ^18.3.1 "
16
+ "eslint-config-next" : " ^14.0.4 " ,
17
+ "next" : " ^14.0.4 " ,
18
+ "nextra" : " ^2.13.2 " ,
19
+ "nextra-theme-docs" : " ^2.13.2 " ,
20
+ "react" : " ^18.2.0 " ,
21
+ "react-dom" : " ^18.2.0 "
22
22
},
23
23
"resolutions" : {
24
24
"flexsearch" : " 0.7.31"
25
25
},
26
26
"devDependencies" : {
27
- "@types/node" : " 20.12.12 " ,
28
- "eslint" : " ^9.3 .0" ,
29
- "eslint-plugin-mdx" : " ^3.1.5 " ,
30
- "prettier" : " ^3.2.5 " ,
31
- "typescript" : " 5.4.5 "
27
+ "@types/node" : " 20.10.8 " ,
28
+ "eslint" : " ^8.56 .0" ,
29
+ "eslint-plugin-mdx" : " ^2.3.2 " ,
30
+ "prettier" : " ^3.1.1 " ,
31
+ "typescript" : " 5.3.3 "
32
32
}
33
- }
33
+ }
You can’t perform that action at this time.
0 commit comments