Valentin Popov 429404c8e2 Restructured ROADMAP.md
Signed-off-by: Valentin Popov <info@valentineus.link>
2020-06-18 11:26:49 +04:00

101 lines
2.7 KiB
Markdown

# Vue
- [ ] "array-bracket-spacing"
- [ ] "arrow-spacing"
- [ ] "attribute-hyphenation"
- [X] "attributes-order"
- [ ] "block-spacing"
- [ ] "brace-style"
- [ ] "camelcase"
- [X] "comma-dangle"
- [ ] "comment-directive"
- [ ] "component-definition-name-casing"
- [ ] "component-name-in-template-casing"
- [ ] "component-tags-order"
- [ ] "dot-location"
- [ ] "eqeqeq"
- [X] "html-closing-bracket-newline"
- [X] "html-closing-bracket-spacing"
- [ ] "html-end-tags"
- [X] "html-indent"
- [X] "html-quotes"
- [X] "html-self-closing"
- [ ] "jsx-uses-vars"
- [ ] "key-spacing"
- [ ] "keyword-spacing"
- [ ] "match-component-file-name"
- [X] "max-attributes-per-line"
- [ ] "max-len"
- [ ] "multiline-html-element-content-newline"
- [ ] "mustache-interpolation-spacing"
- [ ] "name-property-casing"
- [ ] "no-async-in-computed-properties"
- [ ] "no-boolean-default"
- [ ] "no-confusing-v-for-v-if"
- [ ] "no-deprecated-scope-attribute"
- [ ] "no-deprecated-slot-attribute"
- [ ] "no-deprecated-slot-scope-attribute"
- [ ] "no-dupe-keys"
- [ ] "no-duplicate-attributes"
- [ ] "no-empty-pattern"
- [ ] "no-irregular-whitespace"
- [X] "no-multi-spaces"
- [ ] "no-parsing-error"
- [ ] "no-reserved-component-names"
- [ ] "no-reserved-keys"
- [ ] "no-restricted-syntax"
- [ ] "no-shared-component-data"
- [ ] "no-side-effects-in-computed-properties"
- [ ] "no-spaces-around-equal-signs-in-attribute"
- [ ] "no-static-inline-styles"
- [ ] "no-template-key"
- [ ] "no-template-shadow"
- [ ] "no-textarea-mustache"
- [ ] "no-unsupported-features"
- [ ] "no-unused-components"
- [X] "no-unused-vars"
- [ ] "no-use-v-if-with-v-for"
- [ ] "no-v-html"
- [X] "object-curly-spacing"
- [ ] "order-in-components"
- [X] "padding-line-between-blocks"
- [ ] "prop-name-casing"
- [ ] "require-component-is"
- [ ] "require-default-prop"
- [ ] "require-direct-export"
- [ ] "require-name-property"
- [ ] "require-prop-type-constructor"
- [ ] "require-prop-types"
- [ ] "require-render-return"
- [ ] "require-v-for-key"
- [ ] "require-valid-default-prop"
- [ ] "return-in-computed-property"
- [X] "script-indent"
- [ ] "singleline-html-element-content-newline"
- [X] "sort-keys"
- [X] "space-infix-ops"
- [ ] "space-unary-ops"
- [ ] "static-class-names-order"
- [ ] "this-in-template"
- [ ] "use-v-on-exact"
- [ ] "v-bind-style"
- [ ] "v-on-function-call"
- [ ] "v-on-style"
- [ ] "v-slot-style"
- [ ] "valid-template-root"
- [ ] "valid-v-bind"
- [ ] "valid-v-bind-sync"
- [ ] "valid-v-cloak"
- [ ] "valid-v-else"
- [ ] "valid-v-else-if"
- [ ] "valid-v-for"
- [ ] "valid-v-html"
- [ ] "valid-v-if"
- [ ] "valid-v-model"
- [ ] "valid-v-on"
- [ ] "valid-v-once"
- [ ] "valid-v-pre"
- [ ] "valid-v-show"
- [ ] "valid-v-slot"
- [ ] "valid-v-text"