@alexlit/lint-kit
Version:
Preset of configuration files and dependencies for linting web applications (designed for Vue.js with TypeScript)
18 lines (15 loc) • 362 B
JSON
{
"code-block-style": { "style": "fenced" },
"code-fence-style": { "style": "backtick" },
"default": true,
"first-line-heading": false,
"line-length": {
"code_blocks": false,
"headings": false,
"strict": false,
"tables": false
},
"no-inline-html": false,
"ol-prefix": { "style": "ordered" },
"ul-style": { "style": "dash" }
}