summaryrefslogtreecommitdiff
path: root/docs/roadmap/vue.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/roadmap/vue.md')
-rw-r--r--docs/roadmap/vue.md100
1 files changed, 100 insertions, 0 deletions
diff --git a/docs/roadmap/vue.md b/docs/roadmap/vue.md
new file mode 100644
index 0000000..08496a1
--- /dev/null
+++ b/docs/roadmap/vue.md
@@ -0,0 +1,100 @@
+# 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"