File tree Expand file tree Collapse file tree 2 files changed +20
-5
lines changed Expand file tree Collapse file tree 2 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 84
84
],
85
85
"license" : " Apache-2.0" ,
86
86
"dependencies" : {
87
- "@eslint/core" : " ^0.15.1 " ,
88
- "@eslint/css-tree" : " ^3.6.2 " ,
89
- "@eslint/plugin-kit" : " ^0.3.4 "
87
+ "@eslint/core" : " ^0.15.2 " ,
88
+ "@eslint/css-tree" : " ^3.6.3 " ,
89
+ "@eslint/plugin-kit" : " ^0.3.5 "
90
90
},
91
91
"devDependencies" : {
92
- "@eslint/json" : " ^0.13.0 " ,
92
+ "@eslint/json" : " ^0.13.1 " ,
93
93
"c8" : " ^10.1.3" ,
94
94
"compute-baseline" : " ^0.3.1" ,
95
95
"dedent" : " ^1.5.3" ,
106
106
"rollup-plugin-copy" : " ^3.5.0" ,
107
107
"rollup-plugin-delete" : " ^3.0.1" ,
108
108
"tailwind-csstree" : " ^0.1.0" ,
109
- "typescript" : " ^5.8 .2" ,
109
+ "typescript" : " ^5.9 .2" ,
110
110
"web-features" : " ^2.43.0" ,
111
111
"yorkie" : " ^2.0.0"
112
112
},
Original file line number Diff line number Diff line change @@ -273,3 +273,18 @@ css.configs.recommended.plugins satisfies object;
273
273
return { } ;
274
274
} ,
275
275
} ) ;
276
+
277
+ // `meta.docs.recommended` can be any type
278
+ ( ) : CSSRuleDefinition => ( {
279
+ create ( ) {
280
+ return { } ;
281
+ } ,
282
+ meta : {
283
+ docs : {
284
+ recommended : {
285
+ severity : "warn" ,
286
+ options : [ "never" ] ,
287
+ } ,
288
+ } ,
289
+ } ,
290
+ } ) ;
You can’t perform that action at this time.
0 commit comments