diff --git a/src/style-guide/index.md b/src/style-guide/index.md index 8f7b747f60..537e6599e8 100644 --- a/src/style-guide/index.md +++ b/src/style-guide/index.md @@ -4,10 +4,6 @@ outline: deep # Style Guide {#style-guide} -::: warning Note -This Vue.js Style Guide is outdated and needs to be reviewed. If you have any questions or suggestions, please [open an issue](https://github.com/vuejs/docs/issues/new). -::: - This is the official style guide for Vue-specific code. If you use Vue in a project, it's a great reference to avoid errors, bikeshedding, and anti-patterns. However, we don't believe that any style guide is ideal for all teams or projects, so mindful deviations are encouraged based on past experience, the surrounding tech stack, and personal values. For the most part, we also avoid suggestions about JavaScript or HTML in general. We don't mind whether you use semicolons or trailing commas. We don't mind whether your HTML uses single-quotes or double-quotes for attribute values. Some exceptions will exist however, where we've found that a particular pattern is helpful in the context of Vue. diff --git a/src/style-guide/rules-essential.md b/src/style-guide/rules-essential.md index 0872dc499e..65cb494b34 100644 --- a/src/style-guide/rules-essential.md +++ b/src/style-guide/rules-essential.md @@ -1,9 +1,5 @@ # Priority A Rules: Essential {#priority-a-rules-essential} -::: warning Note -This Vue.js Style Guide is outdated and needs to be reviewed. If you have any questions or suggestions, please [open an issue](https://github.com/vuejs/docs/issues/new). -::: - These rules help prevent errors, so learn and abide by them at all costs. Exceptions may exist, but should be very rare and only be made by those with expert knowledge of both JavaScript and Vue. ## Use multi-word component names {#use-multi-word-component-names} @@ -337,7 +333,7 @@ Alternatively, we can use a `