File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -161,27 +161,6 @@ export default defineConfig([
161161 'variants'
162162 ]
163163 }
164- }
165- ] ,
166- 'es-spec-validator/no-all-string-literal-unions' : 'error' ,
167- 'es-spec-validator/jsdoc-endpoint-check' : [
168- 'error' ,
169- {
170- markdownlint : {
171- default : true ,
172- MD041 : false , // first-line-heading
173- MD013 : false , // line-length
174- MD033 : false , // no-inline-html
175- MD034 : false , // no-bare-urls
176- MD047 : false , // single-trailing-newline
177- MD036 : false , // no-emphasis-as-heading
178- MD040 : false , // fenced-code-language
179- MD032 : false , // blanks-around-lists
180- MD031 : false , // blanks-around-fences
181- MD038 : false , // no-space-in-code
182- MD060 : false , // table-column-style
183- MD010 : false , // no-hard-tabs
184- MD022 : false // blanks-around-headers
185164 ] ,
186165 // Require UpdateForV10 tags to have an associated description/name
187166 'jsdoc/match-name' : [
You can’t perform that action at this time.
0 commit comments