@sarj/eslint-plugin 15.6.4 → 15.6.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.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 +2 -2
package/dist/index.cjs
CHANGED
|
@@ -15074,7 +15074,7 @@ var rules = {
|
|
|
15074
15074
|
};
|
|
15075
15075
|
var meta = {
|
|
15076
15076
|
name: "@sarj/eslint-plugin",
|
|
15077
|
-
version: "15.6.
|
|
15077
|
+
version: "15.6.5"
|
|
15078
15078
|
};
|
|
15079
15079
|
var applicationOnlyRules = [
|
|
15080
15080
|
"no-restricted-library-load",
|
package/dist/index.d.cts
CHANGED
|
@@ -418,7 +418,7 @@ type FlatPreset = {
|
|
|
418
418
|
declare const plugin: {
|
|
419
419
|
readonly meta: {
|
|
420
420
|
readonly name: "@sarj/eslint-plugin";
|
|
421
|
-
readonly version: "15.6.
|
|
421
|
+
readonly version: "15.6.5";
|
|
422
422
|
};
|
|
423
423
|
readonly rules: {
|
|
424
424
|
readonly "duplicate-test-body": DocumentedRule<readonly [], "duplicateTestBody">;
|
package/dist/index.d.ts
CHANGED
|
@@ -418,7 +418,7 @@ type FlatPreset = {
|
|
|
418
418
|
declare const plugin: {
|
|
419
419
|
readonly meta: {
|
|
420
420
|
readonly name: "@sarj/eslint-plugin";
|
|
421
|
-
readonly version: "15.6.
|
|
421
|
+
readonly version: "15.6.5";
|
|
422
422
|
};
|
|
423
423
|
readonly rules: {
|
|
424
424
|
readonly "duplicate-test-body": DocumentedRule<readonly [], "duplicateTestBody">;
|
package/dist/index.js
CHANGED
|
@@ -15055,7 +15055,7 @@ var rules = {
|
|
|
15055
15055
|
};
|
|
15056
15056
|
var meta = {
|
|
15057
15057
|
name: "@sarj/eslint-plugin",
|
|
15058
|
-
version: "15.6.
|
|
15058
|
+
version: "15.6.5"
|
|
15059
15059
|
};
|
|
15060
15060
|
var applicationOnlyRules = [
|
|
15061
15061
|
"no-restricted-library-load",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sarj/eslint-plugin",
|
|
3
|
-
"version": "15.6.
|
|
4
|
-
"packageManager": "npm@
|
|
3
|
+
"version": "15.6.5",
|
|
4
|
+
"packageManager": "npm@12.0.2",
|
|
5
5
|
"description": "Custom ESLint rules for hypermodern TypeScript / React / Next.js projects",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/index.cjs",
|