@sarj/eslint-plugin 15.26.5 → 15.26.6
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 +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -23162,7 +23162,7 @@ var RULES = {
|
|
|
23162
23162
|
};
|
|
23163
23163
|
var meta = {
|
|
23164
23164
|
name: "@sarj/eslint-plugin",
|
|
23165
|
-
version: "15.26.
|
|
23165
|
+
version: "15.26.6"
|
|
23166
23166
|
};
|
|
23167
23167
|
var APPLICATION_ONLY_RULES = [];
|
|
23168
23168
|
var LIBRARY_IMPORT_POLICY = ["error", {
|
package/dist/index.d.cts
CHANGED
|
@@ -996,7 +996,7 @@ type FlatPreset = {
|
|
|
996
996
|
declare const PLUGIN: {
|
|
997
997
|
readonly meta: {
|
|
998
998
|
readonly name: "@sarj/eslint-plugin";
|
|
999
|
-
readonly version: "15.26.
|
|
999
|
+
readonly version: "15.26.6";
|
|
1000
1000
|
};
|
|
1001
1001
|
readonly rules: {
|
|
1002
1002
|
readonly "no-conditional-empty-object-spread": DocumentedRule<[], "avoid">;
|
package/dist/index.d.ts
CHANGED
|
@@ -996,7 +996,7 @@ type FlatPreset = {
|
|
|
996
996
|
declare const PLUGIN: {
|
|
997
997
|
readonly meta: {
|
|
998
998
|
readonly name: "@sarj/eslint-plugin";
|
|
999
|
-
readonly version: "15.26.
|
|
999
|
+
readonly version: "15.26.6";
|
|
1000
1000
|
};
|
|
1001
1001
|
readonly rules: {
|
|
1002
1002
|
readonly "no-conditional-empty-object-spread": DocumentedRule<[], "avoid">;
|
package/dist/index.js
CHANGED
|
@@ -23183,7 +23183,7 @@ var RULES = {
|
|
|
23183
23183
|
};
|
|
23184
23184
|
var meta = {
|
|
23185
23185
|
name: "@sarj/eslint-plugin",
|
|
23186
|
-
version: "15.26.
|
|
23186
|
+
version: "15.26.6"
|
|
23187
23187
|
};
|
|
23188
23188
|
var APPLICATION_ONLY_RULES = [];
|
|
23189
23189
|
var LIBRARY_IMPORT_POLICY = ["error", {
|