eslint-plugin-vue-scoped-css 3.0.0 → 3.1.0
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.d.mts +18 -18
- package/dist/index.mjs +425 -511
- package/package.json +7 -8
package/dist/index.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import selectorParser from "postcss-selector-parser";
|
|
2
|
-
import * as vue_eslint_parser0 from "vue-eslint-parser";
|
|
2
|
+
import * as _$vue_eslint_parser0 from "vue-eslint-parser";
|
|
3
3
|
import { AST as AST$1 } from "vue-eslint-parser";
|
|
4
|
-
import * as eslint from "eslint";
|
|
4
|
+
import * as _$eslint from "eslint";
|
|
5
5
|
|
|
6
6
|
//#region node_modules/@types/estree/index.d.ts
|
|
7
7
|
// This definition file follows a somewhat unusual format. ESTree allows
|
|
@@ -704,7 +704,7 @@ declare const _default: {
|
|
|
704
704
|
configs: {
|
|
705
705
|
base: ({
|
|
706
706
|
plugins: {
|
|
707
|
-
readonly "vue-scoped-css": eslint.ESLint.Plugin;
|
|
707
|
+
readonly "vue-scoped-css": _$eslint.ESLint.Plugin;
|
|
708
708
|
};
|
|
709
709
|
name: string;
|
|
710
710
|
files?: undefined;
|
|
@@ -712,14 +712,14 @@ declare const _default: {
|
|
|
712
712
|
} | {
|
|
713
713
|
files: string[];
|
|
714
714
|
languageOptions: {
|
|
715
|
-
parser: typeof vue_eslint_parser0;
|
|
715
|
+
parser: typeof _$vue_eslint_parser0;
|
|
716
716
|
};
|
|
717
717
|
name: string;
|
|
718
718
|
plugins?: undefined;
|
|
719
719
|
})[];
|
|
720
720
|
recommended: ({
|
|
721
721
|
plugins: {
|
|
722
|
-
readonly "vue-scoped-css": eslint.ESLint.Plugin;
|
|
722
|
+
readonly "vue-scoped-css": _$eslint.ESLint.Plugin;
|
|
723
723
|
};
|
|
724
724
|
name: string;
|
|
725
725
|
files?: undefined;
|
|
@@ -727,7 +727,7 @@ declare const _default: {
|
|
|
727
727
|
} | {
|
|
728
728
|
files: string[];
|
|
729
729
|
languageOptions: {
|
|
730
|
-
parser: typeof vue_eslint_parser0;
|
|
730
|
+
parser: typeof _$vue_eslint_parser0;
|
|
731
731
|
};
|
|
732
732
|
name: string;
|
|
733
733
|
plugins?: undefined;
|
|
@@ -739,7 +739,7 @@ declare const _default: {
|
|
|
739
739
|
})[];
|
|
740
740
|
"vue2-recommended": ({
|
|
741
741
|
plugins: {
|
|
742
|
-
readonly "vue-scoped-css": eslint.ESLint.Plugin;
|
|
742
|
+
readonly "vue-scoped-css": _$eslint.ESLint.Plugin;
|
|
743
743
|
};
|
|
744
744
|
name: string;
|
|
745
745
|
files?: undefined;
|
|
@@ -747,7 +747,7 @@ declare const _default: {
|
|
|
747
747
|
} | {
|
|
748
748
|
files: string[];
|
|
749
749
|
languageOptions: {
|
|
750
|
-
parser: typeof vue_eslint_parser0;
|
|
750
|
+
parser: typeof _$vue_eslint_parser0;
|
|
751
751
|
};
|
|
752
752
|
name: string;
|
|
753
753
|
plugins?: undefined;
|
|
@@ -759,7 +759,7 @@ declare const _default: {
|
|
|
759
759
|
})[];
|
|
760
760
|
all: ({
|
|
761
761
|
plugins: {
|
|
762
|
-
readonly "vue-scoped-css": eslint.ESLint.Plugin;
|
|
762
|
+
readonly "vue-scoped-css": _$eslint.ESLint.Plugin;
|
|
763
763
|
};
|
|
764
764
|
name: string;
|
|
765
765
|
files?: undefined;
|
|
@@ -767,7 +767,7 @@ declare const _default: {
|
|
|
767
767
|
} | {
|
|
768
768
|
files: string[];
|
|
769
769
|
languageOptions: {
|
|
770
|
-
parser: typeof vue_eslint_parser0;
|
|
770
|
+
parser: typeof _$vue_eslint_parser0;
|
|
771
771
|
};
|
|
772
772
|
name: string;
|
|
773
773
|
plugins?: undefined;
|
|
@@ -779,7 +779,7 @@ declare const _default: {
|
|
|
779
779
|
})[]; /** @deprecated Use `base` instead. */
|
|
780
780
|
"flat/base": ({
|
|
781
781
|
plugins: {
|
|
782
|
-
readonly "vue-scoped-css": eslint.ESLint.Plugin;
|
|
782
|
+
readonly "vue-scoped-css": _$eslint.ESLint.Plugin;
|
|
783
783
|
};
|
|
784
784
|
name: string;
|
|
785
785
|
files?: undefined;
|
|
@@ -787,14 +787,14 @@ declare const _default: {
|
|
|
787
787
|
} | {
|
|
788
788
|
files: string[];
|
|
789
789
|
languageOptions: {
|
|
790
|
-
parser: typeof vue_eslint_parser0;
|
|
790
|
+
parser: typeof _$vue_eslint_parser0;
|
|
791
791
|
};
|
|
792
792
|
name: string;
|
|
793
793
|
plugins?: undefined;
|
|
794
794
|
})[]; /** @deprecated Use `recommended` instead. */
|
|
795
795
|
"flat/recommended": ({
|
|
796
796
|
plugins: {
|
|
797
|
-
readonly "vue-scoped-css": eslint.ESLint.Plugin;
|
|
797
|
+
readonly "vue-scoped-css": _$eslint.ESLint.Plugin;
|
|
798
798
|
};
|
|
799
799
|
name: string;
|
|
800
800
|
files?: undefined;
|
|
@@ -802,7 +802,7 @@ declare const _default: {
|
|
|
802
802
|
} | {
|
|
803
803
|
files: string[];
|
|
804
804
|
languageOptions: {
|
|
805
|
-
parser: typeof vue_eslint_parser0;
|
|
805
|
+
parser: typeof _$vue_eslint_parser0;
|
|
806
806
|
};
|
|
807
807
|
name: string;
|
|
808
808
|
plugins?: undefined;
|
|
@@ -814,7 +814,7 @@ declare const _default: {
|
|
|
814
814
|
})[]; /** @deprecated Use `vue2-recommended` instead. */
|
|
815
815
|
"flat/vue2-recommended": ({
|
|
816
816
|
plugins: {
|
|
817
|
-
readonly "vue-scoped-css": eslint.ESLint.Plugin;
|
|
817
|
+
readonly "vue-scoped-css": _$eslint.ESLint.Plugin;
|
|
818
818
|
};
|
|
819
819
|
name: string;
|
|
820
820
|
files?: undefined;
|
|
@@ -822,7 +822,7 @@ declare const _default: {
|
|
|
822
822
|
} | {
|
|
823
823
|
files: string[];
|
|
824
824
|
languageOptions: {
|
|
825
|
-
parser: typeof vue_eslint_parser0;
|
|
825
|
+
parser: typeof _$vue_eslint_parser0;
|
|
826
826
|
};
|
|
827
827
|
name: string;
|
|
828
828
|
plugins?: undefined;
|
|
@@ -834,7 +834,7 @@ declare const _default: {
|
|
|
834
834
|
})[]; /** @deprecated Use `all` instead. */
|
|
835
835
|
"flat/all": ({
|
|
836
836
|
plugins: {
|
|
837
|
-
readonly "vue-scoped-css": eslint.ESLint.Plugin;
|
|
837
|
+
readonly "vue-scoped-css": _$eslint.ESLint.Plugin;
|
|
838
838
|
};
|
|
839
839
|
name: string;
|
|
840
840
|
files?: undefined;
|
|
@@ -842,7 +842,7 @@ declare const _default: {
|
|
|
842
842
|
} | {
|
|
843
843
|
files: string[];
|
|
844
844
|
languageOptions: {
|
|
845
|
-
parser: typeof vue_eslint_parser0;
|
|
845
|
+
parser: typeof _$vue_eslint_parser0;
|
|
846
846
|
};
|
|
847
847
|
name: string;
|
|
848
848
|
plugins?: undefined;
|