File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 83
83
],
84
84
"license" : " Apache-2.0" ,
85
85
"dependencies" : {
86
- "@eslint/core" : " ^0.15.1 " ,
87
- "@eslint/plugin-kit" : " ^0.3.4 " ,
88
- "@humanwhocodes/momoa" : " ^3.3.8 " ,
86
+ "@eslint/core" : " ^0.15.2 " ,
87
+ "@eslint/plugin-kit" : " ^0.3.5 " ,
88
+ "@humanwhocodes/momoa" : " ^3.3.9 " ,
89
89
"natural-compare" : " ^1.4.0"
90
90
},
91
91
"devDependencies" : {
102
102
"rollup" : " ^4.41.0" ,
103
103
"rollup-plugin-copy" : " ^3.5.0" ,
104
104
"rollup-plugin-delete" : " ^3.0.1" ,
105
- "typescript" : " ^5.8.3 " ,
105
+ "typescript" : " ^5.9.2 " ,
106
106
"yorkie" : " ^2.0.0"
107
107
},
108
108
"engines" : {
Original file line number Diff line number Diff line change @@ -178,3 +178,18 @@ json.configs.recommended.plugins satisfies object;
178
178
return { } ;
179
179
} ,
180
180
} ) ;
181
+
182
+ // `meta.docs.recommended` can be any type
183
+ ( ) : JSONRuleDefinition => ( {
184
+ create ( ) {
185
+ return { } ;
186
+ } ,
187
+ meta : {
188
+ docs : {
189
+ recommended : {
190
+ severity : "warn" ,
191
+ options : [ "never" ] ,
192
+ } ,
193
+ } ,
194
+ } ,
195
+ } ) ;
You can’t perform that action at this time.
0 commit comments