-
-
Notifications
You must be signed in to change notification settings - Fork 680
Docs: add vuepress documentation #534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
108 commits
Select commit
Hold shift + click to select a range
786289e
Docs: add vuepress documentation
mysticatea 7d2b646
small update for rule index
mysticatea f624ae9
add links to source code
mysticatea b5a2da4
Merge remote-tracking branch 'origin/master' into vuepress
mysticatea a429e6d
small tweaks
mysticatea f760b36
upgrade vuepress
mysticatea 5a83e46
update eslint-code-block component
mysticatea f7a3056
update attribute-hyphenation
mysticatea 2cd1959
update attributes-order
mysticatea 2f451eb
update component-name-in-template-casing
mysticatea 4a60998
update html-closing-bracket-newline
mysticatea b4f654b
update html-closing-bracket-spacing
mysticatea 40de2a3
update html-end-tags
mysticatea c1a2d3d
update html-indent
mysticatea 03f7c96
update html-quotes
mysticatea fe78932
update html-self-closing
mysticatea 116eb34
update max-attributes-per-line
mysticatea 53e01ff
add uncategorized rules to sidebar
mysticatea f6d7fb4
update mustache-interpolation-spacing
mysticatea dead35e
update name-property-casing
mysticatea af5e64d
update no-async-in-computed-properties
mysticatea 8de5e5f
update no-confusing-v-for-v-if
mysticatea 68bdf10
update no-dupe-keys
mysticatea 8325289
update no-duplicate-attributes
mysticatea cf02d78
update no-multi-spaces
mysticatea aef46cf
update no-parsing-error
mysticatea 4dcc6b9
update no-reserved-keys
mysticatea 77356ee
update no-shared-component-data
mysticatea d1fb784
update no-side-effects-in-computed-properties
mysticatea 54dabac
update no-template-key
mysticatea fea2c98
update no-template-shadow
mysticatea 1f3770f
update no-textarea-mustache
mysticatea 303d5b9
update no-unused-vars
mysticatea 3b23e23
update no-use-v-if-with-v-for
mysticatea fdfeb76
update no-v-html
mysticatea 5902957
update order-in-components
mysticatea ac27804
update prop-name-casing
mysticatea ba25f22
Add `valid-*` eslint-code-block (#622)
armano2 ac6bc3e
Merge branch 'master' into vuepress
armano2 1aaa5b8
Merge pull request #636 from armano2/vuepress-merge
michalsnik 75093d9
Update documentation
armano2 029c14a
Change some of blockquotes to warnings
armano2 5dda9a0
require-prop-type-constructor
armano2 cf5ac56
add missing Implementation blocks
armano2 e421e2f
comment-directive
armano2 62ef6c3
Merge branch 'master' into vuepress
armano2 88abee4
require-render-return
armano2 b5c7379
jsx-uses-vars code type
armano2 eee4f2d
require-prop-type-constructor
armano2 bc44d69
update
armano2 dd84609
add missing options
armano2 6206cc9
Update
armano2 8cb6530
fix remaining missing options
armano2 1e07433
Update require-component-is & no-use-v-if-with-v-for
armano2 a4971b1
Update formating from html to vue
armano2 cb102eb
require-default-prop
armano2 212c547
Related links -> :books: Further reading
armano2 c88cf5a
standarize heading icons
armano2 8982d6b
Add processors
armano2 b36f7ed
no-multi-spaces after merge
armano2 e2830ef
improve consistency across docs
armano2 d788835
this-in-template
armano2 8fddc36
require-prop-types
armano2 ce33e7c
multiline-html-element-content-newline
armano2 e667635
fix json structure in return in computed property
armano2 55dff97
Add Further reading for few rules
armano2 81c106c
no-unused-components
armano2 dfb7e4e
Enable fixing eslint-code-block only one fixable rules
armano2 53e780a
Add deprecated category
armano2 22804af
Do not include cateogry in deprecated rules
armano2 9221c6f
Add example to return-in-computed-property
armano2 4ec403e
Add links and fix style
armano2 c20aa92
fix rebase issue no-multi-spaces
armano2 c21db98
Update description of require-v-for-key
armano2 7a0765e
Update docs/rules/require-render-return.md
armano2 09f688b
add moe notes
armano2 b7be87a
Improve readibility and add Further reading links
armano2 3ec1f2c
mustache-interpolation-spacing & name-property-casing
armano2 8529e66
Add IntelliJ IDEA / JetBrains WebStorm configuration help
armano2 6a652ee
Fix links
armano2 d6aa089
replace emoji with shortcodes
armano2 f82fc31
Add yarn install guide
armano2 504eeee
Fix issue with not supported `vue/comment-directive`
armano2 7332deb
unify options json (2 -> "error")
armano2 afd3232
Add bad example of no-use-v-vi-with-v-for
armano2 337db12
editor: update default formating to preset in documentation
armano2 de318eb
Merge branch 'master' into vuepress
armano2 17cc807
Merge branch 'master' into vuepress
armano2 8ef1367
Update vue-eslint-editor to fix tooltip issue
armano2 9afa0d4
Add comment about auto-generated content
michalsnik d16556f
Fix indentations in Vue file
michalsnik 8bef2da
Add short description for vue/attribute-hyphenation rule
michalsnik a44f1bb
Add short description for vue/this-in-template rule
michalsnik 2f8415a
Update valid-template-root docs
michalsnik 7aa194c
Update user guide structure
michalsnik 1936eed
Update rules heading in docs
michalsnik 1dce58c
Flatten sidebar navigation for rules
michalsnik 188ddcc
Merge branch 'master' into vuepress
michalsnik 0fdc3b9
Update valid-template-root.md
michalsnik 7a86e6d
Update README.md
michalsnik 84b1238
Setup docs deployment
michalsnik ac990c2
Uncomment deploy.sh
michalsnik ba5f607
Add description metadata to rule pages & fix updating metadata when h…
armano2 7e81383
Indicate `no-parsing-error` warning as Note
armano2 3acc45c
Merge github.com:vuejs/eslint-plugin-vue into vuepress
michalsnik 047c411
Ignore gh-pages in CircleCI
michalsnik aace2ba
Merge branch 'vuepress' of github.com:vuejs/eslint-plugin-vue into vu…
michalsnik 53d1235
Fix CircleCI config
michalsnik File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,6 @@ | |
/node_modules | ||
/tests/fixtures | ||
/tests/integrations/*/node_modules | ||
|
||
!.vuepress | ||
/docs/.vuepress/dist |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ | |
/test.* | ||
yarn.lock | ||
yarn-error.log | ||
docs/.vuepress/dist |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.