User:SaoMikoto/codemirror-mediawiki.json: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
Content deleted Content added
Update settings
 
更新设置
 
(One intermediate revision by the same user not shown)
Line 63: Line 63:
"invalid-css": "1"
"invalid-css": "1"
},
},
"ESLint": null,
"ESLint": {
"rules": {
"no-unused-vars": [
"error",
{
"varsIgnorePattern": "^_addText$"
}
]
}
},
"Stylelint": null
"Stylelint": null
}
}

Latest revision as of 08:53, 18 July 2025

addons
"allowMultipleSelections"
"autocompletion"
"bracketMatching"
"closeBrackets"
"codeFolding"
"colorPicker"
"escape"
"highlightActiveLine"
"highlightSelectionMatches"
"highlightSpecialChars"
"highlightTrailingWhitespace"
"highlightWhitespace"
"hover"
"inlayHints"
"lint"
"openLinks"
"refHover"
"save"
"scrollPastEnd"
"signatureHelp"
"tagMatching"
"wikiEditor"
useMonaco
Empty array
indent""
wikilint
bold-header"1"
format-leakage"1"
fostered-content"1"
h1"1"
illegal-attr"1"
insecure-style"1"
invalid-gallery"1"
invalid-imagemap"1"
invalid-invoke"1"
invalid-isbn"1"
lonely-apos"1"
lonely-bracket"1"
lonely-http"1"
nested-link"1"
no-arg"0"
no-duplicate"1"
no-ignored"1"
obsolete-attr"1"
obsolete-tag"1"
parsing-order"1"
pipe-like"1"
table-layout"1"
tag-like"1"
unbalanced-header"1"
unclosed-comment"1"
unclosed-quote"1"
unclosed-table"1"
unescaped"1"
unknown-page"1"
unmatched-tag"1"
unterminated-url"1"
url-encoding"1"
var-anchor"1"
void-ext"1"
invalid-css"1"
ESLint
rules
no-unused-vars
"error"
varsIgnorePattern"^_addText$"
Stylelintnull