@sarj/eslint-plugin 15.17.3 → 15.17.4
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 +6 -1
package/dist/index.cjs
CHANGED
|
@@ -19521,7 +19521,7 @@ var RULES = {
|
|
|
19521
19521
|
};
|
|
19522
19522
|
var meta = {
|
|
19523
19523
|
name: "@sarj/eslint-plugin",
|
|
19524
|
-
version: "15.17.
|
|
19524
|
+
version: "15.17.4"
|
|
19525
19525
|
};
|
|
19526
19526
|
var APPLICATION_ONLY_RULES = [
|
|
19527
19527
|
"no-restricted-library-load",
|
package/dist/index.d.cts
CHANGED
|
@@ -523,7 +523,7 @@ type FlatPreset = {
|
|
|
523
523
|
declare const PLUGIN: {
|
|
524
524
|
readonly meta: {
|
|
525
525
|
readonly name: "@sarj/eslint-plugin";
|
|
526
|
-
readonly version: "15.17.
|
|
526
|
+
readonly version: "15.17.4";
|
|
527
527
|
};
|
|
528
528
|
readonly rules: {
|
|
529
529
|
readonly "excessive-commentary": DocumentedRule<readonly [], "excessive">;
|
package/dist/index.d.ts
CHANGED
|
@@ -523,7 +523,7 @@ type FlatPreset = {
|
|
|
523
523
|
declare const PLUGIN: {
|
|
524
524
|
readonly meta: {
|
|
525
525
|
readonly name: "@sarj/eslint-plugin";
|
|
526
|
-
readonly version: "15.17.
|
|
526
|
+
readonly version: "15.17.4";
|
|
527
527
|
};
|
|
528
528
|
readonly rules: {
|
|
529
529
|
readonly "excessive-commentary": DocumentedRule<readonly [], "excessive">;
|
package/dist/index.js
CHANGED
|
@@ -19516,7 +19516,7 @@ var RULES = {
|
|
|
19516
19516
|
};
|
|
19517
19517
|
var meta = {
|
|
19518
19518
|
name: "@sarj/eslint-plugin",
|
|
19519
|
-
version: "15.17.
|
|
19519
|
+
version: "15.17.4"
|
|
19520
19520
|
};
|
|
19521
19521
|
var APPLICATION_ONLY_RULES = [
|
|
19522
19522
|
"no-restricted-library-load",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sarj/eslint-plugin",
|
|
3
|
-
"version": "15.17.
|
|
3
|
+
"version": "15.17.4",
|
|
4
4
|
"packageManager": "npm@12.0.2",
|
|
5
5
|
"description": "Custom ESLint rules for hypermodern TypeScript / React / Next.js projects",
|
|
6
6
|
"type": "module",
|
|
@@ -65,14 +65,19 @@
|
|
|
65
65
|
"@typescript-eslint/parser": "8.68.0",
|
|
66
66
|
"@typescript-eslint/rule-tester": "8.68.0",
|
|
67
67
|
"@typescript-eslint/utils": "8.68.0",
|
|
68
|
+
"@vitest/eslint-plugin": "1.6.27",
|
|
68
69
|
"eslint": "^10.9.1",
|
|
70
|
+
"eslint-node-test": "0.4.0",
|
|
69
71
|
"eslint-plugin-better-tailwindcss": "^4.7.0",
|
|
72
|
+
"eslint-plugin-jest": "29.16.6",
|
|
70
73
|
"eslint-plugin-n": "^18.3.0",
|
|
71
74
|
"eslint-plugin-perfectionist": "^5.10.1",
|
|
75
|
+
"eslint-plugin-playwright": "2.11.0",
|
|
72
76
|
"eslint-plugin-promise": "^7.3.0",
|
|
73
77
|
"eslint-plugin-react": "^7.37.5",
|
|
74
78
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
75
79
|
"eslint-plugin-simple-import-sort": "^14.0.0",
|
|
80
|
+
"eslint-plugin-testing-library": "7.16.2",
|
|
76
81
|
"eslint-plugin-unicorn": "^74.0.0",
|
|
77
82
|
"eslint-plugin-zod": "^4.9.1",
|
|
78
83
|
"tsup": "latest",
|