aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-14 12:12:17 +0300
committerValentin Popov <info@valentineus.link>2020-02-14 12:12:17 +0300
commit18f0fc8ed1479ba8bef8cb7cd76527cf13670f37 (patch)
treee7c454c017f760dcc3e97177ec8dcf77b78b6ff2 /ROADMAP.md
parentf156d807c4facb3e3856e09273b72d7add815fee (diff)
downloadeslint-config-18f0fc8ed1479ba8bef8cb7cd76527cf13670f37.tar.xz
eslint-config-18f0fc8ed1479ba8bef8cb7cd76527cf13670f37.zip
feat(roadmap): Update file
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'ROADMAP.md')
-rw-r--r--ROADMAP.md99
1 files changed, 99 insertions, 0 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index d39625a..c6fb1a7 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -519,3 +519,102 @@
- [ ] "prevent-abbreviations"
- [ ] "regex-shorthand"
- [ ] "throw-new-error"
+
+## Vue
+
+- [ ] "array-bracket-spacing"
+- [ ] "arrow-spacing"
+- [ ] "attribute-hyphenation"
+- [ ] "attributes-order"
+- [ ] "block-spacing"
+- [ ] "brace-style"
+- [ ] "camelcase"
+- [ ] "comma-dangle"
+- [ ] "comment-directive"
+- [ ] "component-definition-name-casing"
+- [ ] "component-name-in-template-casing"
+- [ ] "component-tags-order"
+- [ ] "dot-location"
+- [ ] "eqeqeq"
+- [ ] "html-closing-bracket-newline"
+- [ ] "html-closing-bracket-spacing"
+- [ ] "html-end-tags"
+- [ ] "html-indent"
+- [ ] "html-quotes"
+- [ ] "html-self-closing"
+- [ ] "jsx-uses-vars"
+- [ ] "key-spacing"
+- [ ] "keyword-spacing"
+- [ ] "match-component-file-name"
+- [ ] "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"
+- [ ] "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"
+- [ ] "no-unused-vars"
+- [ ] "no-use-v-if-with-v-for"
+- [ ] "no-v-html"
+- [ ] "object-curly-spacing"
+- [ ] "order-in-components"
+- [ ] "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"
+- [ ] "script-indent"
+- [ ] "singleline-html-element-content-newline"
+- [ ] "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"