diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-14 12:39:50 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-14 12:39:50 +0300 |
commit | 8bff0c29d326e108eed0d749f7e1563f2a5f8183 (patch) | |
tree | 0db1ac69212a726f2f00afff1a7c29ef85551a2c /ROADMAP.md | |
parent | 9527acd2afa5a32ba96fd8ae02ebd88277af89e9 (diff) | |
download | eslint-config-8bff0c29d326e108eed0d749f7e1563f2a5f8183.tar.xz eslint-config-8bff0c29d326e108eed0d749f7e1563f2a5f8183.zip |
feat(vue): Rule "max-attributes-per-line"
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'ROADMAP.md')
-rw-r--r-- | ROADMAP.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -546,7 +546,7 @@ - [ ] "key-spacing" - [ ] "keyword-spacing" - [ ] "match-component-file-name" -- [ ] "max-attributes-per-line" +- [X] "max-attributes-per-line" - [ ] "max-len" - [ ] "multiline-html-element-content-newline" - [ ] "mustache-interpolation-spacing" |