File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,13 @@ export default [
79
79
...eslintPluginRulesRecommendedConfig ,
80
80
rules : {
81
81
...eslintPluginRulesRecommendedConfig . rules ,
82
+ "eslint-plugin/require-meta-docs-url" : [
83
+ "error" ,
84
+ {
85
+ pattern :
86
+ "https://github.com/eslint/css/blob/main/docs/rules/{{name}}.md" ,
87
+ } ,
88
+ ] ,
82
89
"eslint-plugin/require-meta-schema" : "off" , // `schema` defaults to []
83
90
"eslint-plugin/prefer-placeholders" : "error" ,
84
91
"eslint-plugin/prefer-replace-text" : "error" ,
Original file line number Diff line number Diff line change @@ -403,6 +403,7 @@ export default {
403
403
docs : {
404
404
description : "Enforce the use of baseline features" ,
405
405
recommended : true ,
406
+ url : "https://github.com/eslint/css/blob/main/docs/rules/use-baseline.md" ,
406
407
} ,
407
408
408
409
schema : [
You can’t perform that action at this time.
0 commit comments