@sarj/eslint-plugin 15.17.16 → 15.17.17
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.cjs +467 -194
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +638 -362
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -908,7 +908,7 @@ type FlatPreset = {
|
|
|
908
908
|
declare const PLUGIN: {
|
|
909
909
|
readonly meta: {
|
|
910
910
|
readonly name: "@sarj/eslint-plugin";
|
|
911
|
-
readonly version: "15.17.
|
|
911
|
+
readonly version: "15.17.17";
|
|
912
912
|
};
|
|
913
913
|
readonly rules: {
|
|
914
914
|
readonly "excessive-commentary": DocumentedRule<readonly [], "excessive">;
|
package/dist/index.d.ts
CHANGED
|
@@ -908,7 +908,7 @@ type FlatPreset = {
|
|
|
908
908
|
declare const PLUGIN: {
|
|
909
909
|
readonly meta: {
|
|
910
910
|
readonly name: "@sarj/eslint-plugin";
|
|
911
|
-
readonly version: "15.17.
|
|
911
|
+
readonly version: "15.17.17";
|
|
912
912
|
};
|
|
913
913
|
readonly rules: {
|
|
914
914
|
readonly "excessive-commentary": DocumentedRule<readonly [], "excessive">;
|