@rhyster/eslint-config 1.2.0 → 1.3.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/eslint.config.d.ts +1 -1
- package/dist/eslint.config.d.ts.map +1 -1
- package/dist/index.cjs +5 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.mjs +5 -1
- package/dist/index.mjs.map +1 -1
- package/dist/src/airbnb/errors.d.ts.map +1 -1
- package/dist/src/index.d.ts +3 -3
- package/dist/src/index.d.ts.map +1 -1
- package/package.json +6 -6
- package/src/airbnb/errors.ts +5 -1
package/dist/index.d.cts
CHANGED
|
@@ -6,7 +6,7 @@ type Config = Linter.Config;
|
|
|
6
6
|
type Plugin = NonNullable<Config['plugins']>[string];
|
|
7
7
|
type Parser = NonNullable<Config['languageOptions']>['parser'];
|
|
8
8
|
declare const core: [{
|
|
9
|
-
readonly rules: Readonly<
|
|
9
|
+
readonly rules: Readonly<Linter.RulesRecord>;
|
|
10
10
|
}, {
|
|
11
11
|
readonly name: "@rhyster/eslint-config/files-ts";
|
|
12
12
|
readonly files: ["**/*.ts"];
|
|
@@ -838,7 +838,7 @@ declare const core: [{
|
|
|
838
838
|
};
|
|
839
839
|
}];
|
|
840
840
|
declare const node: [{
|
|
841
|
-
readonly rules: Readonly<
|
|
841
|
+
readonly rules: Readonly<Linter.RulesRecord>;
|
|
842
842
|
}, {
|
|
843
843
|
readonly name: "@rhyster/eslint-config/files-ts";
|
|
844
844
|
readonly files: ["**/*.ts"];
|
|
@@ -1769,7 +1769,7 @@ declare const node: [{
|
|
|
1769
1769
|
};
|
|
1770
1770
|
}];
|
|
1771
1771
|
declare const browser: [{
|
|
1772
|
-
readonly rules: Readonly<
|
|
1772
|
+
readonly rules: Readonly<Linter.RulesRecord>;
|
|
1773
1773
|
}, {
|
|
1774
1774
|
readonly name: "@rhyster/eslint-config/files-ts";
|
|
1775
1775
|
readonly files: ["**/*.ts"];
|
package/dist/index.d.mts
CHANGED
|
@@ -6,7 +6,7 @@ type Config = Linter.Config;
|
|
|
6
6
|
type Plugin = NonNullable<Config['plugins']>[string];
|
|
7
7
|
type Parser = NonNullable<Config['languageOptions']>['parser'];
|
|
8
8
|
declare const core: [{
|
|
9
|
-
readonly rules: Readonly<
|
|
9
|
+
readonly rules: Readonly<Linter.RulesRecord>;
|
|
10
10
|
}, {
|
|
11
11
|
readonly name: "@rhyster/eslint-config/files-ts";
|
|
12
12
|
readonly files: ["**/*.ts"];
|
|
@@ -838,7 +838,7 @@ declare const core: [{
|
|
|
838
838
|
};
|
|
839
839
|
}];
|
|
840
840
|
declare const node: [{
|
|
841
|
-
readonly rules: Readonly<
|
|
841
|
+
readonly rules: Readonly<Linter.RulesRecord>;
|
|
842
842
|
}, {
|
|
843
843
|
readonly name: "@rhyster/eslint-config/files-ts";
|
|
844
844
|
readonly files: ["**/*.ts"];
|
|
@@ -1769,7 +1769,7 @@ declare const node: [{
|
|
|
1769
1769
|
};
|
|
1770
1770
|
}];
|
|
1771
1771
|
declare const browser: [{
|
|
1772
|
-
readonly rules: Readonly<
|
|
1772
|
+
readonly rules: Readonly<Linter.RulesRecord>;
|
|
1773
1773
|
}, {
|
|
1774
1774
|
readonly name: "@rhyster/eslint-config/files-ts";
|
|
1775
1775
|
readonly files: ["**/*.ts"];
|
package/dist/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ type Config = Linter.Config;
|
|
|
6
6
|
type Plugin = NonNullable<Config['plugins']>[string];
|
|
7
7
|
type Parser = NonNullable<Config['languageOptions']>['parser'];
|
|
8
8
|
declare const core: [{
|
|
9
|
-
readonly rules: Readonly<
|
|
9
|
+
readonly rules: Readonly<Linter.RulesRecord>;
|
|
10
10
|
}, {
|
|
11
11
|
readonly name: "@rhyster/eslint-config/files-ts";
|
|
12
12
|
readonly files: ["**/*.ts"];
|
|
@@ -838,7 +838,7 @@ declare const core: [{
|
|
|
838
838
|
};
|
|
839
839
|
}];
|
|
840
840
|
declare const node: [{
|
|
841
|
-
readonly rules: Readonly<
|
|
841
|
+
readonly rules: Readonly<Linter.RulesRecord>;
|
|
842
842
|
}, {
|
|
843
843
|
readonly name: "@rhyster/eslint-config/files-ts";
|
|
844
844
|
readonly files: ["**/*.ts"];
|
|
@@ -1769,7 +1769,7 @@ declare const node: [{
|
|
|
1769
1769
|
};
|
|
1770
1770
|
}];
|
|
1771
1771
|
declare const browser: [{
|
|
1772
|
-
readonly rules: Readonly<
|
|
1772
|
+
readonly rules: Readonly<Linter.RulesRecord>;
|
|
1773
1773
|
}, {
|
|
1774
1774
|
readonly name: "@rhyster/eslint-config/files-ts";
|
|
1775
1775
|
readonly files: ["**/*.ts"];
|
package/dist/index.mjs
CHANGED