@cuiqg/eslint-config 2.5.6 → 2.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -12
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -673,15 +673,6 @@ async function vue() {
|
|
|
673
673
|
files,
|
|
674
674
|
processor: pluginVue.processors[".vue"],
|
|
675
675
|
rules: {
|
|
676
|
-
...pluginVue.configs.base.rules,
|
|
677
|
-
...pluginVue.configs["flat/essential"].map((c) => c.rules).reduce((acc, c) => ({
|
|
678
|
-
...acc,
|
|
679
|
-
...c
|
|
680
|
-
}), {}),
|
|
681
|
-
...pluginVue.configs["flat/strongly-recommended"].map((c) => c.rules).reduce((acc, c) => ({
|
|
682
|
-
...acc,
|
|
683
|
-
...c
|
|
684
|
-
}), {}),
|
|
685
676
|
...pluginVue.configs["flat/recommended"].map((c) => c.rules).reduce((acc, c) => ({
|
|
686
677
|
...acc,
|
|
687
678
|
...c
|
|
@@ -692,9 +683,6 @@ async function vue() {
|
|
|
692
683
|
"template",
|
|
693
684
|
"style"
|
|
694
685
|
] }],
|
|
695
|
-
"vue/component-name-in-template-casing": ["error", "PascalCase"],
|
|
696
|
-
"vue/component-options-name-casing": ["error", "PascalCase"],
|
|
697
|
-
"vue/component-tags-order": "off",
|
|
698
686
|
"vue/custom-event-name-casing": ["error", "camelCase"],
|
|
699
687
|
"vue/define-macros-order": ["error", { order: [
|
|
700
688
|
"defineOptions",
|