@sarj/eslint-plugin 15.17.1 → 15.17.2
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 +420 -115
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +459 -148
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -515,7 +515,7 @@ type FlatPreset = {
|
|
|
515
515
|
declare const PLUGIN: {
|
|
516
516
|
readonly meta: {
|
|
517
517
|
readonly name: "@sarj/eslint-plugin";
|
|
518
|
-
readonly version: "15.17.
|
|
518
|
+
readonly version: "15.17.2";
|
|
519
519
|
};
|
|
520
520
|
readonly rules: {
|
|
521
521
|
readonly "excessive-commentary": DocumentedRule<readonly [], "excessive">;
|
package/dist/index.d.ts
CHANGED
|
@@ -515,7 +515,7 @@ type FlatPreset = {
|
|
|
515
515
|
declare const PLUGIN: {
|
|
516
516
|
readonly meta: {
|
|
517
517
|
readonly name: "@sarj/eslint-plugin";
|
|
518
|
-
readonly version: "15.17.
|
|
518
|
+
readonly version: "15.17.2";
|
|
519
519
|
};
|
|
520
520
|
readonly rules: {
|
|
521
521
|
readonly "excessive-commentary": DocumentedRule<readonly [], "excessive">;
|