@alextheman/eslint-plugin 1.2.8 → 1.2.9
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 +18 -19
package/dist/index.cjs
CHANGED
|
@@ -3706,7 +3706,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
3706
3706
|
|
|
3707
3707
|
// package.json
|
|
3708
3708
|
var name = "@alextheman/eslint-plugin";
|
|
3709
|
-
var version = "1.2.
|
|
3709
|
+
var version = "1.2.9";
|
|
3710
3710
|
|
|
3711
3711
|
// src/create-rule.ts
|
|
3712
3712
|
var import_utils = require("@typescript-eslint/utils");
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -3692,7 +3692,7 @@ var require_globals2 = __commonJS({
|
|
|
3692
3692
|
|
|
3693
3693
|
// package.json
|
|
3694
3694
|
var name = "@alextheman/eslint-plugin";
|
|
3695
|
-
var version = "1.2.
|
|
3695
|
+
var version = "1.2.9";
|
|
3696
3696
|
|
|
3697
3697
|
// src/create-rule.ts
|
|
3698
3698
|
import { ESLintUtils } from "@typescript-eslint/utils";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alextheman/eslint-plugin",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.9",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -24,34 +24,33 @@
|
|
|
24
24
|
"license": "ISC",
|
|
25
25
|
"type": "module",
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@typescript-eslint/eslint-plugin": "
|
|
28
|
-
"@typescript-eslint/parser": "
|
|
29
|
-
"eslint": "
|
|
30
|
-
"eslint-import-resolver-typescript": "
|
|
31
|
-
"eslint-plugin-import": "
|
|
32
|
-
"eslint-plugin-react": "
|
|
33
|
-
"eslint-plugin-react-hooks": "
|
|
34
|
-
"eslint-config-prettier": "
|
|
35
|
-
"eslint-plugin-prettier": "
|
|
36
|
-
"eslint-plugin-react-refresh": "
|
|
27
|
+
"@typescript-eslint/eslint-plugin": ">=8.37.0",
|
|
28
|
+
"@typescript-eslint/parser": ">=8.37.0",
|
|
29
|
+
"eslint": ">=9.31.0",
|
|
30
|
+
"eslint-import-resolver-typescript": ">=4.4.4",
|
|
31
|
+
"eslint-plugin-import": ">=2.32.0",
|
|
32
|
+
"eslint-plugin-react": ">=7.37.5",
|
|
33
|
+
"eslint-plugin-react-hooks": ">=5.2.0",
|
|
34
|
+
"eslint-config-prettier": ">=10.1.8",
|
|
35
|
+
"eslint-plugin-prettier": ">=5.5.3",
|
|
36
|
+
"eslint-plugin-react-refresh": ">=0.4.20"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/eslint": "^9.6.1",
|
|
40
|
-
"@types/node": "^24.0
|
|
41
|
-
"@typescript-eslint/rule-tester": "^8.
|
|
42
|
-
"@typescript-eslint/utils": "^8.
|
|
43
|
-
"eslint": "^
|
|
44
|
-
"eslint-plugin-eslint-plugin": "^6.5.0",
|
|
40
|
+
"@types/node": "^24.2.0",
|
|
41
|
+
"@typescript-eslint/rule-tester": "^8.39.0",
|
|
42
|
+
"@typescript-eslint/utils": "^8.39.0",
|
|
43
|
+
"eslint-plugin-eslint-plugin": "^7.0.0",
|
|
45
44
|
"globals": "^16.3.0",
|
|
46
45
|
"husky": "^9.1.7",
|
|
47
|
-
"jiti": "^2.
|
|
46
|
+
"jiti": "^2.5.1",
|
|
48
47
|
"prettier": "^3.6.2",
|
|
49
48
|
"tsup": "^8.5.0",
|
|
50
|
-
"typescript": "^5.
|
|
49
|
+
"typescript": "^5.9.2",
|
|
51
50
|
"vite-tsconfig-paths": "^5.1.4",
|
|
52
51
|
"vitest": "^3.2.4"
|
|
53
52
|
},
|
|
54
53
|
"dependencies": {
|
|
55
|
-
"@alextheman/utility": "^1.
|
|
54
|
+
"@alextheman/utility": "^1.7.0"
|
|
56
55
|
}
|
|
57
56
|
}
|