We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76d631 commit d9dc002Copy full SHA for d9dc002
README.md
@@ -1,6 +1,7 @@
1
# `eslint-plugin-vue-sort-components`
2
3
-A plugin for ESLint to keep order of component names.
+A plugin for ESLint to keep order of component names.
4
+The rule is autofixable.
5
6
## Installation
7
package.json
@@ -23,6 +23,7 @@
23
"vue",
24
"sort",
25
"components",
26
+ "auto-fix",
27
"order"
28
],
29
"author": "jay-es",
0 commit comments