@eslinted/defaults 19.0.4 → 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 +0 -19
- package/dist/index.d.ts.map +1 -1
- package/dist/rules/index.d.ts +0 -19
- package/dist/rules/index.d.ts.map +1 -1
- package/dist/rules/svelte/extend.d.ts +0 -1
- package/dist/rules/svelte/extend.d.ts.map +1 -1
- package/dist/rules/svelte/extend.js +0 -1
- package/dist/rules/svelte/extend.js.map +1 -1
- package/dist/rules/svelte/index.d.ts +0 -19
- package/dist/rules/svelte/index.d.ts.map +1 -1
- package/dist/rules/svelte/svelte.d.ts +0 -18
- package/dist/rules/svelte/svelte.d.ts.map +1 -1
- package/dist/rules/svelte/svelte.js +0 -18
- package/dist/rules/svelte/svelte.js.map +1 -1
- package/package.json +1 -1
- package/src/rules/svelte/extend.ts +1 -1
- package/src/rules/svelte/svelte.ts +8 -18
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: {
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBAIE"}
|
package/dist/rules/index.d.ts
CHANGED
|
@@ -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: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/rules/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/rules/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAWA,wBAWE"}
|
|
@@ -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
|
|
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 +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;
|
|
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":"
|
|
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
|
|
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;
|
|
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"}
|
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.
|
|
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.
|
|
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
|
-
|
|
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.
|
|
103
|
-
"svelte/indent": State.
|
|
104
|
-
"svelte/max-attributes-per-line": State.
|
|
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.
|
|
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.
|
|
110
|
+
// "svelte/spaced-html-comment": State.OFF,
|
|
121
111
|
// #endregion
|
|
122
112
|
|
|
123
113
|
// #region SVELTE-KIT
|