@alextheman/eslint-plugin 1.2.7 → 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 +2 -2
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- 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");
|
|
@@ -3907,7 +3907,7 @@ var eslint_config_default = [
|
|
|
3907
3907
|
"no-cond-assign": warnOnFixButErrorOnLint,
|
|
3908
3908
|
"no-undef": warnOnFixButErrorOnLint,
|
|
3909
3909
|
"@typescript-eslint/consistent-type-imports": warnOnFixButErrorOnLint,
|
|
3910
|
-
"prettier/prettier": ["warn",
|
|
3910
|
+
"prettier/prettier": ["warn", prettierRules]
|
|
3911
3911
|
}
|
|
3912
3912
|
}
|
|
3913
3913
|
];
|
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";
|
|
@@ -3893,7 +3893,7 @@ var eslint_config_default = [
|
|
|
3893
3893
|
"no-cond-assign": warnOnFixButErrorOnLint,
|
|
3894
3894
|
"no-undef": warnOnFixButErrorOnLint,
|
|
3895
3895
|
"@typescript-eslint/consistent-type-imports": warnOnFixButErrorOnLint,
|
|
3896
|
-
"prettier/prettier": ["warn",
|
|
3896
|
+
"prettier/prettier": ["warn", prettierRules]
|
|
3897
3897
|
}
|
|
3898
3898
|
}
|
|
3899
3899
|
];
|
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
|
}
|