@eslinted/defaults 19.0.3 → 19.0.5

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.ts CHANGED
@@ -896,25 +896,8 @@ declare const _default: {
896
896
  }
897
897
  ];
898
898
  readonly "svelte/derived-has-same-inputs-outputs": import("./rules/state.js").State.ON;
899
- readonly "svelte/first-attribute-linebreak": readonly [
900
- import("./rules/state.js").State.WARN,
901
- {
902
- readonly singleline: "below";
903
- }
904
- ];
905
- readonly "svelte/html-closing-bracket-new-line": import("./rules/state.js").State.WARN;
906
- readonly "svelte/html-closing-bracket-spacing": readonly [
907
- import("./rules/state.js").State.WARN,
908
- {
909
- readonly selfClosingTag: "never";
910
- }
911
- ];
912
- readonly "svelte/html-self-closing": import("./rules/state.js").State.WARN;
913
- readonly "svelte/indent": import("./rules/state.js").State.WARN;
914
- readonly "svelte/max-attributes-per-line": import("./rules/state.js").State.WARN;
915
899
  readonly "svelte/mustache-spacing": import("./rules/state.js").State.WARN;
916
900
  readonly "svelte/no-extra-reactive-curlies": import("./rules/state.js").State.WARN;
917
- readonly "svelte/no-spaces-around-equal-signs-in-attribute": import("./rules/state.js").State.WARN;
918
901
  readonly "svelte/prefer-class-directive": readonly [
919
902
  import("./rules/state.js").State.WARN,
920
903
  {
@@ -925,7 +908,6 @@ declare const _default: {
925
908
  readonly "svelte/require-event-prefix": import("./rules/state.js").State.ON;
926
909
  readonly "svelte/shorthand-attribute": import("./rules/state.js").State.WARN;
927
910
  readonly "svelte/shorthand-directive": import("./rules/state.js").State.WARN;
928
- readonly "svelte/spaced-html-comment": import("./rules/state.js").State.WARN;
929
911
  readonly "svelte/no-export-load-in-svelte-module-in-kit-pages": import("./rules/state.js").State.ON;
930
912
  readonly "svelte/no-navigation-without-resolve": import("./rules/state.js").State.ON;
931
913
  readonly "svelte/valid-prop-names-in-kit-pages": import("./rules/state.js").State.ON;
@@ -940,7 +922,6 @@ declare const _default: {
940
922
  "both"
941
923
  ];
942
924
  readonly "stylistic/no-trailing-spaces": import("./rules/state.js").State.OFF;
943
- readonly "svelte/no-trailing-spaces": import("./rules/state.js").State.WARN;
944
925
  };
945
926
  })[];
946
927
  html: {
@@ -1093,8 +1074,6 @@ declare const _default: {
1093
1074
  readonly "yml/no-empty-key": import("./rules/state.js").State.WARN;
1094
1075
  readonly "yml/no-empty-sequence-entry": import("./rules/state.js").State.WARN;
1095
1076
  readonly "yml/no-tab-indent": import("./rules/state.js").State.WARN;
1096
- readonly "yml/no-trailing-zeros": import("./rules/state.js").State.WARN;
1097
- readonly "yml/quotes": import("./rules/state.js").State.WARN;
1098
1077
  readonly "yml/require-string-key": import("./rules/state.js").State.WARN;
1099
1078
  };
1100
1079
  } | {
@@ -1107,15 +1086,7 @@ declare const _default: {
1107
1086
  readonly minProperties: 2;
1108
1087
  }
1109
1088
  ];
1110
- readonly "yml/flow-mapping-curly-spacing": readonly [
1111
- import("./rules/state.js").State.WARN,
1112
- "never",
1113
- {
1114
- readonly objectsInObjects: true;
1115
- }
1116
- ];
1117
1089
  readonly "yml/flow-sequence-bracket-newline": import("./rules/state.js").State.WARN;
1118
- readonly "yml/flow-sequence-bracket-spacing": import("./rules/state.js").State.WARN;
1119
1090
  readonly "yml/key-spacing": import("./rules/state.js").State.WARN;
1120
1091
  readonly "yml/no-irregular-whitespace": import("./rules/state.js").State.ON;
1121
1092
  readonly "yml/no-multiple-empty-lines": readonly [
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBAIE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBAIE"}
@@ -879,25 +879,8 @@ declare const _default: {
879
879
  }
880
880
  ];
881
881
  readonly "svelte/derived-has-same-inputs-outputs": import("./state.js").State.ON;
882
- readonly "svelte/first-attribute-linebreak": readonly [
883
- import("./state.js").State.WARN,
884
- {
885
- readonly singleline: "below";
886
- }
887
- ];
888
- readonly "svelte/html-closing-bracket-new-line": import("./state.js").State.WARN;
889
- readonly "svelte/html-closing-bracket-spacing": readonly [
890
- import("./state.js").State.WARN,
891
- {
892
- readonly selfClosingTag: "never";
893
- }
894
- ];
895
- readonly "svelte/html-self-closing": import("./state.js").State.WARN;
896
- readonly "svelte/indent": import("./state.js").State.WARN;
897
- readonly "svelte/max-attributes-per-line": import("./state.js").State.WARN;
898
882
  readonly "svelte/mustache-spacing": import("./state.js").State.WARN;
899
883
  readonly "svelte/no-extra-reactive-curlies": import("./state.js").State.WARN;
900
- readonly "svelte/no-spaces-around-equal-signs-in-attribute": import("./state.js").State.WARN;
901
884
  readonly "svelte/prefer-class-directive": readonly [
902
885
  import("./state.js").State.WARN,
903
886
  {
@@ -908,7 +891,6 @@ declare const _default: {
908
891
  readonly "svelte/require-event-prefix": import("./state.js").State.ON;
909
892
  readonly "svelte/shorthand-attribute": import("./state.js").State.WARN;
910
893
  readonly "svelte/shorthand-directive": import("./state.js").State.WARN;
911
- readonly "svelte/spaced-html-comment": import("./state.js").State.WARN;
912
894
  readonly "svelte/no-export-load-in-svelte-module-in-kit-pages": import("./state.js").State.ON;
913
895
  readonly "svelte/no-navigation-without-resolve": import("./state.js").State.ON;
914
896
  readonly "svelte/valid-prop-names-in-kit-pages": import("./state.js").State.ON;
@@ -923,7 +905,6 @@ declare const _default: {
923
905
  "both"
924
906
  ];
925
907
  readonly "stylistic/no-trailing-spaces": import("./state.js").State.OFF;
926
- readonly "svelte/no-trailing-spaces": import("./state.js").State.WARN;
927
908
  };
928
909
  })[];
929
910
  html: {
@@ -1076,8 +1057,6 @@ declare const _default: {
1076
1057
  readonly "yml/no-empty-key": import("./state.js").State.WARN;
1077
1058
  readonly "yml/no-empty-sequence-entry": import("./state.js").State.WARN;
1078
1059
  readonly "yml/no-tab-indent": import("./state.js").State.WARN;
1079
- readonly "yml/no-trailing-zeros": import("./state.js").State.WARN;
1080
- readonly "yml/quotes": import("./state.js").State.WARN;
1081
1060
  readonly "yml/require-string-key": import("./state.js").State.WARN;
1082
1061
  };
1083
1062
  } | {
@@ -1090,15 +1069,7 @@ declare const _default: {
1090
1069
  readonly minProperties: 2;
1091
1070
  }
1092
1071
  ];
1093
- readonly "yml/flow-mapping-curly-spacing": readonly [
1094
- import("./state.js").State.WARN,
1095
- "never",
1096
- {
1097
- readonly objectsInObjects: true;
1098
- }
1099
- ];
1100
1072
  readonly "yml/flow-sequence-bracket-newline": import("./state.js").State.WARN;
1101
- readonly "yml/flow-sequence-bracket-spacing": import("./state.js").State.WARN;
1102
1073
  readonly "yml/key-spacing": import("./state.js").State.WARN;
1103
1074
  readonly "yml/no-irregular-whitespace": import("./state.js").State.ON;
1104
1075
  readonly "yml/no-multiple-empty-lines": readonly [
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/rules/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAWA,wBAWE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/rules/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAWA,wBAWE"}
@@ -7,7 +7,6 @@ declare const _default: {
7
7
  "both"
8
8
  ];
9
9
  readonly "stylistic/no-trailing-spaces": State.OFF;
10
- readonly "svelte/no-trailing-spaces": State.WARN;
11
10
  };
12
11
  };
13
12
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"extend.d.ts","sourceRoot":"","sources":["../../../src/rules/svelte/extend.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;;;;;;;;;AAGjC,wBAUE"}
1
+ {"version":3,"file":"extend.d.ts","sourceRoot":"","sources":["../../../src/rules/svelte/extend.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;;;;;;;;AAGjC,wBAUE"}
@@ -6,7 +6,6 @@ export default {
6
6
  "both",
7
7
  ],
8
8
  "stylistic/no-trailing-spaces": 0,
9
- "svelte/no-trailing-spaces": 1,
10
9
  },
11
10
  };
12
11
  //# sourceMappingURL=extend.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"extend.js","sourceRoot":"","sources":["../../../src/rules/svelte/extend.ts"],"names":[],"mappings":"AAGA,eAAe;IACb,KAAK,EAAE;QACW,uBAAuB,GAAW;QAClD,8BAA8B,EAAE;;YAE9B,MAAM;SACP;QACe,8BAA8B,GAAW;QACzD,2BAA2B,GAAY;KAC/B;CACX,CAAC"}
1
+ {"version":3,"file":"extend.js","sourceRoot":"","sources":["../../../src/rules/svelte/extend.ts"],"names":[],"mappings":"AAGA,eAAe;IACb,KAAK,EAAE;QACW,uBAAuB,GAAW;QAClD,8BAA8B,EAAE;;YAE9B,MAAM;SACP;QACe,8BAA8B,GAAW;KAEjD;CACX,CAAC"}
@@ -81,25 +81,8 @@ declare const _default: ({
81
81
  }
82
82
  ];
83
83
  readonly "svelte/derived-has-same-inputs-outputs": import("../state.js").State.ON;
84
- readonly "svelte/first-attribute-linebreak": readonly [
85
- import("../state.js").State.WARN,
86
- {
87
- readonly singleline: "below";
88
- }
89
- ];
90
- readonly "svelte/html-closing-bracket-new-line": import("../state.js").State.WARN;
91
- readonly "svelte/html-closing-bracket-spacing": readonly [
92
- import("../state.js").State.WARN,
93
- {
94
- readonly selfClosingTag: "never";
95
- }
96
- ];
97
- readonly "svelte/html-self-closing": import("../state.js").State.WARN;
98
- readonly "svelte/indent": import("../state.js").State.WARN;
99
- readonly "svelte/max-attributes-per-line": import("../state.js").State.WARN;
100
84
  readonly "svelte/mustache-spacing": import("../state.js").State.WARN;
101
85
  readonly "svelte/no-extra-reactive-curlies": import("../state.js").State.WARN;
102
- readonly "svelte/no-spaces-around-equal-signs-in-attribute": import("../state.js").State.WARN;
103
86
  readonly "svelte/prefer-class-directive": readonly [
104
87
  import("../state.js").State.WARN,
105
88
  {
@@ -110,7 +93,6 @@ declare const _default: ({
110
93
  readonly "svelte/require-event-prefix": import("../state.js").State.ON;
111
94
  readonly "svelte/shorthand-attribute": import("../state.js").State.WARN;
112
95
  readonly "svelte/shorthand-directive": import("../state.js").State.WARN;
113
- readonly "svelte/spaced-html-comment": import("../state.js").State.WARN;
114
96
  readonly "svelte/no-export-load-in-svelte-module-in-kit-pages": import("../state.js").State.ON;
115
97
  readonly "svelte/no-navigation-without-resolve": import("../state.js").State.ON;
116
98
  readonly "svelte/valid-prop-names-in-kit-pages": import("../state.js").State.ON;
@@ -125,7 +107,6 @@ declare const _default: ({
125
107
  "both"
126
108
  ];
127
109
  readonly "stylistic/no-trailing-spaces": import("../state.js").State.OFF;
128
- readonly "svelte/no-trailing-spaces": import("../state.js").State.WARN;
129
110
  };
130
111
  })[];
131
112
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/rules/svelte/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBAIE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/rules/svelte/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBAIE"}
@@ -72,25 +72,8 @@ declare const _default: {
72
72
  }
73
73
  ];
74
74
  readonly "svelte/derived-has-same-inputs-outputs": State.ON;
75
- readonly "svelte/first-attribute-linebreak": readonly [
76
- State.WARN,
77
- {
78
- readonly singleline: "below";
79
- }
80
- ];
81
- readonly "svelte/html-closing-bracket-new-line": State.WARN;
82
- readonly "svelte/html-closing-bracket-spacing": readonly [
83
- State.WARN,
84
- {
85
- readonly selfClosingTag: "never";
86
- }
87
- ];
88
- readonly "svelte/html-self-closing": State.WARN;
89
- readonly "svelte/indent": State.WARN;
90
- readonly "svelte/max-attributes-per-line": State.WARN;
91
75
  readonly "svelte/mustache-spacing": State.WARN;
92
76
  readonly "svelte/no-extra-reactive-curlies": State.WARN;
93
- readonly "svelte/no-spaces-around-equal-signs-in-attribute": State.WARN;
94
77
  readonly "svelte/prefer-class-directive": readonly [
95
78
  State.WARN,
96
79
  {
@@ -101,7 +84,6 @@ declare const _default: {
101
84
  readonly "svelte/require-event-prefix": State.ON;
102
85
  readonly "svelte/shorthand-attribute": State.WARN;
103
86
  readonly "svelte/shorthand-directive": State.WARN;
104
- readonly "svelte/spaced-html-comment": State.WARN;
105
87
  readonly "svelte/no-export-load-in-svelte-module-in-kit-pages": State.ON;
106
88
  readonly "svelte/no-navigation-without-resolve": State.ON;
107
89
  readonly "svelte/valid-prop-names-in-kit-pages": State.ON;
@@ -1 +1 @@
1
- {"version":3,"file":"svelte.d.ts","sourceRoot":"","sources":["../../../src/rules/svelte/svelte.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGjC,wBAoIE"}
1
+ {"version":3,"file":"svelte.d.ts","sourceRoot":"","sources":["../../../src/rules/svelte/svelte.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGjC,wBA0HE"}
@@ -67,25 +67,8 @@ export default {
67
67
  },
68
68
  ],
69
69
  "svelte/derived-has-same-inputs-outputs": 2,
70
- "svelte/first-attribute-linebreak": [
71
- 1,
72
- {
73
- singleline: "below",
74
- },
75
- ],
76
- "svelte/html-closing-bracket-new-line": 1,
77
- "svelte/html-closing-bracket-spacing": [
78
- 1,
79
- {
80
- selfClosingTag: "never",
81
- },
82
- ],
83
- "svelte/html-self-closing": 1,
84
- "svelte/indent": 1,
85
- "svelte/max-attributes-per-line": 1,
86
70
  "svelte/mustache-spacing": 1,
87
71
  "svelte/no-extra-reactive-curlies": 1,
88
- "svelte/no-spaces-around-equal-signs-in-attribute": 1,
89
72
  "svelte/prefer-class-directive": [
90
73
  1,
91
74
  {
@@ -96,7 +79,6 @@ export default {
96
79
  "svelte/require-event-prefix": 2,
97
80
  "svelte/shorthand-attribute": 1,
98
81
  "svelte/shorthand-directive": 1,
99
- "svelte/spaced-html-comment": 1,
100
82
  "svelte/no-export-load-in-svelte-module-in-kit-pages": 2,
101
83
  "svelte/no-navigation-without-resolve": 2,
102
84
  "svelte/valid-prop-names-in-kit-pages": 2,
@@ -1 +1 @@
1
- {"version":3,"file":"svelte.js","sourceRoot":"","sources":["../../../src/rules/svelte/svelte.ts"],"names":[],"mappings":"AAGA,eAAe;IACb,KAAK,EAAE;QAGL,+BAA+B,GAAU;QACzC,4BAA4B,GAAU;QACtC,+BAA+B,GAAU;QACzC,8BAA8B,GAAU;QACxC,iCAAiC,GAAU;QAC3C,+BAA+B,GAAU;QACzC,gCAAgC,GAAU;QAC1C,oCAAoC,GAAU;QAC9C,gCAAgC,GAAU;QAC1C,6BAA6B,GAAU;QACvC,8CAA8C,GAAU;QACxD,uBAAuB,GAAU;QACjC,qCAAqC,GAAU;QAC/C,4CAA4C,GAAU;QACtD,iCAAiC,GAAU;QAC3C,8CAA8C,GAAU;QACxD,sCAAsC,GAAU;QAChD,sBAAsB,GAAU;QAChC,0BAA0B,GAAU;QAKpC,wBAAwB,GAAU;QAClC,wBAAwB,GAAU;QAKlC,mBAAmB,EAAE;;YAEnB;gBACE,MAAM,EAAE,CAAC,IAAI,CAAC;gBACd,KAAK,EAAE,CAAC,KAAK,CAAC;aACf;SACF;QACD,wBAAwB,GAAU;QAClC,8BAA8B,GAAU;QACxC,yBAAyB,GAAU;QACnC,+BAA+B,GAAU;QACzC,yCAAyC,GAAU;QACnD,yBAAyB,GAAU;QACnC,8BAA8B,GAAU;QACxC,6BAA6B,GAAU;QACvC,2BAA2B,GAAU;QACrC,kCAAkC,GAAU;QAE5C,wBAAwB,EAAE;;YAExB;gBACE,kBAAkB,EAAE,IAAI;aACzB;SACF;QACD,gCAAgC,GAAY;QAC5C,oCAAoC,GAAY;QAChD,6BAA6B,GAAY;QACzC,qBAAqB,EAAE;;YAErB;gBACE,aAAa,EAAE,KAAK;aACrB;SACF;QACD,wCAAwC,GAAY;QACpD,gCAAgC,GAAY;QAC5C,yBAAyB,GAAU;QACnC,uCAAuC,GAAU;QACjD,0CAA0C,GAAU;QACpD,4BAA4B,GAAU;QACtC,uBAAuB,GAAU;QAKjC,kCAAkC,EAAE;;YAElC;gBACE,WAAW,EAAE,IAAI;aAClB;SACF;QACD,wCAAwC,GAAU;QAClD,kCAAkC,EAAE;;YAElC;gBACE,UAAU,EAAE,OAAO;aACpB;SACF;QACD,sCAAsC,GAAY;QAClD,qCAAqC,EAAE;;YAErC;gBACE,cAAc,EAAE,OAAO;aACxB;SACF;QAED,0BAA0B,GAAY;QACtC,eAAe,GAAY;QAC3B,gCAAgC,GAAY;QAC5C,yBAAyB,GAAY;QACrC,kCAAkC,GAAY;QAE9C,kDAAkD,GAAY;QAC9D,+BAA+B,EAAE;;YAE/B;gBACE,MAAM,EAAE,OAAO;aAChB;SACF;QACD,+BAA+B,GAAY;QAC3C,6BAA6B,GAAU;QACvC,4BAA4B,GAAY;QACxC,4BAA4B,GAAY;QAExC,4BAA4B,GAAY;QAKxC,qDAAqD,GAAU;QAC/D,sCAAsC,GAAU;QAChD,sCAAsC,GAAU;QAKhD,0BAA0B,GAAU;QACpC,eAAe,GAAU;KAEjB;CACX,CAAC"}
1
+ {"version":3,"file":"svelte.js","sourceRoot":"","sources":["../../../src/rules/svelte/svelte.ts"],"names":[],"mappings":"AAGA,eAAe;IACb,KAAK,EAAE;QAGL,+BAA+B,GAAU;QACzC,4BAA4B,GAAU;QACtC,+BAA+B,GAAU;QACzC,8BAA8B,GAAU;QACxC,iCAAiC,GAAU;QAC3C,+BAA+B,GAAU;QACzC,gCAAgC,GAAU;QAC1C,oCAAoC,GAAU;QAC9C,gCAAgC,GAAU;QAC1C,6BAA6B,GAAU;QACvC,8CAA8C,GAAU;QACxD,uBAAuB,GAAU;QACjC,qCAAqC,GAAU;QAC/C,4CAA4C,GAAU;QACtD,iCAAiC,GAAU;QAC3C,8CAA8C,GAAU;QACxD,sCAAsC,GAAU;QAChD,sBAAsB,GAAU;QAChC,0BAA0B,GAAU;QAKpC,wBAAwB,GAAU;QAClC,wBAAwB,GAAU;QAKlC,mBAAmB,EAAE;;YAEnB;gBACE,MAAM,EAAE,CAAC,IAAI,CAAC;gBACd,KAAK,EAAE,CAAC,KAAK,CAAC;aACf;SACF;QACD,wBAAwB,GAAU;QAClC,8BAA8B,GAAU;QACxC,yBAAyB,GAAU;QACnC,+BAA+B,GAAU;QACzC,yCAAyC,GAAU;QACnD,yBAAyB,GAAU;QACnC,8BAA8B,GAAU;QACxC,6BAA6B,GAAU;QACvC,2BAA2B,GAAU;QACrC,kCAAkC,GAAU;QAE5C,wBAAwB,EAAE;;YAExB;gBACE,kBAAkB,EAAE,IAAI;aACzB;SACF;QACD,gCAAgC,GAAY;QAC5C,oCAAoC,GAAY;QAChD,6BAA6B,GAAY;QACzC,qBAAqB,EAAE;;YAErB;gBACE,aAAa,EAAE,KAAK;aACrB;SACF;QACD,wCAAwC,GAAY;QACpD,gCAAgC,GAAY;QAC5C,yBAAyB,GAAU;QACnC,uCAAuC,GAAU;QACjD,0CAA0C,GAAU;QACpD,4BAA4B,GAAU;QACtC,uBAAuB,GAAU;QAKjC,kCAAkC,EAAE;;YAElC;gBACE,WAAW,EAAE,IAAI;aAClB;SACF;QACD,wCAAwC,GAAU;QAQlD,yBAAyB,GAAY;QACrC,kCAAkC,GAAY;QAG9C,+BAA+B,EAAE;;YAE/B;gBACE,MAAM,EAAE,OAAO;aAChB;SACF;QACD,+BAA+B,GAAY;QAC3C,6BAA6B,GAAU;QACvC,4BAA4B,GAAY;QACxC,4BAA4B,GAAY;QAOxC,qDAAqD,GAAU;QAC/D,sCAAsC,GAAU;QAChD,sCAAsC,GAAU;QAKhD,0BAA0B,GAAU;QACpC,eAAe,GAAU;KAEjB;CACX,CAAC"}
@@ -9,15 +9,7 @@ declare const _default: {
9
9
  readonly minProperties: 2;
10
10
  }
11
11
  ];
12
- readonly "yml/flow-mapping-curly-spacing": readonly [
13
- State.WARN,
14
- "never",
15
- {
16
- readonly objectsInObjects: true;
17
- }
18
- ];
19
12
  readonly "yml/flow-sequence-bracket-newline": State.WARN;
20
- readonly "yml/flow-sequence-bracket-spacing": State.WARN;
21
13
  readonly "yml/key-spacing": State.WARN;
22
14
  readonly "yml/no-irregular-whitespace": State.ON;
23
15
  readonly "yml/no-multiple-empty-lines": readonly [
@@ -1 +1 @@
1
- {"version":3,"file":"extend.d.ts","sourceRoot":"","sources":["../../../src/rules/yml/extend.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;AAGjC,wBA+CE"}
1
+ {"version":3,"file":"extend.d.ts","sourceRoot":"","sources":["../../../src/rules/yml/extend.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;AAGjC,wBAyCE"}
@@ -8,15 +8,7 @@ export default {
8
8
  minProperties: 2,
9
9
  },
10
10
  ],
11
- "yml/flow-mapping-curly-spacing": [
12
- 1,
13
- "never",
14
- {
15
- objectsInObjects: true,
16
- },
17
- ],
18
11
  "yml/flow-sequence-bracket-newline": 1,
19
- "yml/flow-sequence-bracket-spacing": 1,
20
12
  "yml/key-spacing": 1,
21
13
  "yml/no-irregular-whitespace": 2,
22
14
  "yml/no-multiple-empty-lines": [
@@ -1 +1 @@
1
- {"version":3,"file":"extend.js","sourceRoot":"","sources":["../../../src/rules/yml/extend.ts"],"names":[],"mappings":"AAGA,eAAe;IACb,KAAK,EAAE;QACL,gCAAgC,EAAE;;YAEhC;gBACE,UAAU,EAAE,IAAI;gBAChB,SAAS,EAAE,IAAI;gBACf,aAAa,EAAE,CAAC;aACjB;SACF;QACD,gCAAgC,EAAE;;YAEhC,OAAO;YACP;gBACE,gBAAgB,EAAE,IAAI;aACvB;SACF;QACD,mCAAmC,GAAY;QAC/C,mCAAmC,GAAY;QAC/C,iBAAiB,GAAY;QAC7B,6BAA6B,GAAU;QACvC,6BAA6B,EAAE;;YAE7B;gBACE,GAAG,EAAE,CAAC;gBACN,MAAM,EAAE,CAAC;gBACT,MAAM,EAAE,CAAC;aACV;SACF;QACD,oBAAoB,EAAE;;YAEpB,QAAQ;YACR;gBACE,UAAU,EAAE,CAAC,GAAG,CAAC;gBACjB,OAAO,EAAE;oBACP,GAAG;oBACH,GAAG;oBACH,IAAI;oBACJ,KAAK;oBACL,MAAM;oBACN,OAAO;oBACP,QAAQ;oBACR,WAAW;iBACZ;aACF;SACF;KACO;CACX,CAAC"}
1
+ {"version":3,"file":"extend.js","sourceRoot":"","sources":["../../../src/rules/yml/extend.ts"],"names":[],"mappings":"AAGA,eAAe;IACb,KAAK,EAAE;QACL,gCAAgC,EAAE;;YAEhC;gBACE,UAAU,EAAE,IAAI;gBAChB,SAAS,EAAE,IAAI;gBACf,aAAa,EAAE,CAAC;aACjB;SACF;QAED,mCAAmC,GAAY;QAE/C,iBAAiB,GAAY;QAC7B,6BAA6B,GAAU;QACvC,6BAA6B,EAAE;;YAE7B;gBACE,GAAG,EAAE,CAAC;gBACN,MAAM,EAAE,CAAC;gBACT,MAAM,EAAE,CAAC;aACV;SACF;QACD,oBAAoB,EAAE;;YAEpB,QAAQ;YACR;gBACE,UAAU,EAAE,CAAC,GAAG,CAAC;gBACjB,OAAO,EAAE;oBACP,GAAG;oBACH,GAAG;oBACH,IAAI;oBACJ,KAAK;oBACL,MAAM;oBACN,OAAO;oBACP,QAAQ;oBACR,WAAW;iBACZ;aACF;SACF;KACO;CACX,CAAC"}
@@ -9,8 +9,6 @@ declare const _default: ({
9
9
  readonly "yml/no-empty-key": import("../state.js").State.WARN;
10
10
  readonly "yml/no-empty-sequence-entry": import("../state.js").State.WARN;
11
11
  readonly "yml/no-tab-indent": import("../state.js").State.WARN;
12
- readonly "yml/no-trailing-zeros": import("../state.js").State.WARN;
13
- readonly "yml/quotes": import("../state.js").State.WARN;
14
12
  readonly "yml/require-string-key": import("../state.js").State.WARN;
15
13
  };
16
14
  } | {
@@ -23,15 +21,7 @@ declare const _default: ({
23
21
  readonly minProperties: 2;
24
22
  }
25
23
  ];
26
- readonly "yml/flow-mapping-curly-spacing": readonly [
27
- import("../state.js").State.WARN,
28
- "never",
29
- {
30
- readonly objectsInObjects: true;
31
- }
32
- ];
33
24
  readonly "yml/flow-sequence-bracket-newline": import("../state.js").State.WARN;
34
- readonly "yml/flow-sequence-bracket-spacing": import("../state.js").State.WARN;
35
25
  readonly "yml/key-spacing": import("../state.js").State.WARN;
36
26
  readonly "yml/no-irregular-whitespace": import("../state.js").State.ON;
37
27
  readonly "yml/no-multiple-empty-lines": readonly [
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/rules/yml/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAGE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/rules/yml/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAGE"}
@@ -10,8 +10,6 @@ declare const _default: {
10
10
  readonly "yml/no-empty-key": State.WARN;
11
11
  readonly "yml/no-empty-sequence-entry": State.WARN;
12
12
  readonly "yml/no-tab-indent": State.WARN;
13
- readonly "yml/no-trailing-zeros": State.WARN;
14
- readonly "yml/quotes": State.WARN;
15
13
  readonly "yml/require-string-key": State.WARN;
16
14
  };
17
15
  };
@@ -1 +1 @@
1
- {"version":3,"file":"yml.d.ts","sourceRoot":"","sources":["../../../src/rules/yml/yml.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;;;;;;;;;;;;;;;;;AAGjC,wBAuBE"}
1
+ {"version":3,"file":"yml.d.ts","sourceRoot":"","sources":["../../../src/rules/yml/yml.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;;;;;;;;;;;;;;;AAGjC,wBAuBE"}
@@ -9,8 +9,6 @@ export default {
9
9
  "yml/no-empty-key": 1,
10
10
  "yml/no-empty-sequence-entry": 1,
11
11
  "yml/no-tab-indent": 1,
12
- "yml/no-trailing-zeros": 1,
13
- "yml/quotes": 1,
14
12
  "yml/require-string-key": 1,
15
13
  },
16
14
  };
@@ -1 +1 @@
1
- {"version":3,"file":"yml.js","sourceRoot":"","sources":["../../../src/rules/yml/yml.ts"],"names":[],"mappings":"AAGA,eAAe;IACb,KAAK,EAAE;QACL,2CAA2C,GAAY;QACvD,8CAA8C,GAAY;QAC1D,mBAAmB,GAAY;QAC/B,6CAA6C,GAAY;QACzD,oBAAoB,GAAY;QAEhC,YAAY,GAAY;QAGxB,kBAAkB,GAAY;QAE9B,6BAA6B,GAAY;QACzC,mBAAmB,GAAY;QAC/B,uBAAuB,GAAY;QAEnC,YAAY,GAAY;QACxB,wBAAwB,GAAY;KAI5B;CACX,CAAC"}
1
+ {"version":3,"file":"yml.js","sourceRoot":"","sources":["../../../src/rules/yml/yml.ts"],"names":[],"mappings":"AAGA,eAAe;IACb,KAAK,EAAE;QACL,2CAA2C,GAAY;QACvD,8CAA8C,GAAY;QAC1D,mBAAmB,GAAY;QAC/B,6CAA6C,GAAY;QACzD,oBAAoB,GAAY;QAEhC,YAAY,GAAY;QAGxB,kBAAkB,GAAY;QAE9B,6BAA6B,GAAY;QACzC,mBAAmB,GAAY;QAI/B,wBAAwB,GAAY;KAI5B;CACX,CAAC"}
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "$schema": "https://json.schemastore.org/package",
4
4
  "$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
5
5
  "name": "@eslinted/defaults",
6
- "version": "19.0.3",
6
+ "version": "19.0.5",
7
7
  "repository": "github:jimmy-zhening-luo/linted-defaults",
8
8
  "description": "Default scopes for `linted`",
9
9
  "keywords": [],
@@ -9,6 +9,6 @@ export default {
9
9
  "both",
10
10
  ], /* same options: no-inner-declarations */
11
11
  /* @OVERRIDE */ "stylistic/no-trailing-spaces": State.OFF, /* replaces `no-trailing-spaces` */
12
- "svelte/no-trailing-spaces": State.WARN,
12
+ // "svelte/no-trailing-spaces": State.OFF,
13
13
  } as const,
14
14
  };
@@ -85,27 +85,17 @@ export default {
85
85
  },
86
86
  ],
87
87
  "svelte/derived-has-same-inputs-outputs": State.ON,
88
- "svelte/first-attribute-linebreak": [
89
- State.WARN,
90
- {
91
- singleline: "below",
92
- },
93
- ],
94
- "svelte/html-closing-bracket-new-line": State.WARN,
95
- "svelte/html-closing-bracket-spacing": [
96
- State.WARN,
97
- {
98
- selfClosingTag: "never",
99
- },
100
- ],
88
+ // "svelte/first-attribute-linebreak": State.OFF,
89
+ // "svelte/html-closing-bracket-new-line": State.OFF,
90
+ // "svelte/html-closing-bracket-spacing": State.OFF,
101
91
  // "svelte/html-quotes": State.OFF /* BUG: incompatible with object props, which should not be stringified */,
102
- "svelte/html-self-closing": State.WARN,
103
- "svelte/indent": State.WARN,
104
- "svelte/max-attributes-per-line": State.WARN,
92
+ // "svelte/html-self-closing": State.OFF,
93
+ // "svelte/indent": State.OFF,
94
+ // "svelte/max-attributes-per-line": State.OFF,
105
95
  "svelte/mustache-spacing": State.WARN,
106
96
  "svelte/no-extra-reactive-curlies": State.WARN,
107
97
  // "svelte/no-restricted-html-elements": State.OFF,
108
- "svelte/no-spaces-around-equal-signs-in-attribute": State.WARN,
98
+ // "svelte/no-spaces-around-equal-signs-in-attribute": State.OFF,
109
99
  "svelte/prefer-class-directive": [
110
100
  State.WARN,
111
101
  {
@@ -117,7 +107,7 @@ export default {
117
107
  "svelte/shorthand-attribute": State.WARN,
118
108
  "svelte/shorthand-directive": State.WARN,
119
109
  // "svelte/sort-attributes": State.OFF,
120
- "svelte/spaced-html-comment": State.WARN,
110
+ // "svelte/spaced-html-comment": State.OFF,
121
111
  // #endregion
122
112
 
123
113
  // #region SVELTE-KIT
@@ -11,15 +11,9 @@ export default {
11
11
  minProperties: 2,
12
12
  },
13
13
  ] /* MUST match jsonc/object-curly-newline */,
14
- "yml/flow-mapping-curly-spacing": [
15
- State.WARN,
16
- "never",
17
- {
18
- objectsInObjects: true,
19
- },
20
- ] /* @OVERRIDE jsonc/object-curly-spacing */,
14
+ // "yml/flow-mapping-curly-spacing": State.OFF,
21
15
  "yml/flow-sequence-bracket-newline": State.WARN /* @OVERRIDE jsonc/array-bracket-newline */,
22
- "yml/flow-sequence-bracket-spacing": State.WARN /* MUST match jsonc/array-bracket-spacing */,
16
+ // "yml/flow-sequence-bracket-spacing": State.OFF,
23
17
  "yml/key-spacing": State.WARN /* MUST match jsonc/key-spacing */,
24
18
  "yml/no-irregular-whitespace": State.ON,
25
19
  "yml/no-multiple-empty-lines": [
@@ -16,9 +16,9 @@ export default {
16
16
  // "yml/no-empty-mapping-value": State.OFF /* @preference: breaks Home Assistant integration enablement shorthand style (would require a `{}` after) */,
17
17
  "yml/no-empty-sequence-entry": State.WARN,
18
18
  "yml/no-tab-indent": State.WARN,
19
- "yml/no-trailing-zeros": State.WARN,
19
+ // "yml/no-trailing-zeros": State.OFF,
20
20
  // "yml/plain-scalar": State.OFF /* @CONFLICT: breaks any holdovers from YAML 1.1 or non-YAML 1.2 core implementers */,
21
- "yml/quotes": State.WARN,
21
+ // "yml/quotes": State.OFF,
22
22
  "yml/require-string-key": State.WARN,
23
23
  // "yml/sort-keys": State.OFF,
24
24
  // "yml/sort-sequence-values": State.OFF,