@alextheman/eslint-plugin 1.0.15 → 1.0.17

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 CHANGED
@@ -37,7 +37,7 @@ module.exports = __toCommonJS(index_exports);
37
37
 
38
38
  // package.json
39
39
  var name = "@alextheman/eslint-plugin";
40
- var version = "1.0.15";
40
+ var version = "1.0.17";
41
41
 
42
42
  // create-rule.ts
43
43
  var import_utils = require("@typescript-eslint/utils");
@@ -101,7 +101,7 @@ var no_namespace_imports_default = noNamespaceImports;
101
101
  // src/rules/no-relative-imports.ts
102
102
  var import_path = __toESM(require("path"), 1);
103
103
  var noRelativeImports = create_rule_default({
104
- name: "",
104
+ name: "no-relative-imports",
105
105
  meta: {
106
106
  docs: { description: "Forbid the use of relative imports" },
107
107
  messages: {
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // package.json
2
2
  var name = "@alextheman/eslint-plugin";
3
- var version = "1.0.15";
3
+ var version = "1.0.17";
4
4
 
5
5
  // create-rule.ts
6
6
  import { ESLintUtils } from "@typescript-eslint/utils";
@@ -64,7 +64,7 @@ var no_namespace_imports_default = noNamespaceImports;
64
64
  // src/rules/no-relative-imports.ts
65
65
  import path from "path";
66
66
  var noRelativeImports = create_rule_default({
67
- name: "",
67
+ name: "no-relative-imports",
68
68
  meta: {
69
69
  docs: { description: "Forbid the use of relative imports" },
70
70
  messages: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alextheman/eslint-plugin",
3
- "version": "1.0.15",
3
+ "version": "1.0.17",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -30,16 +30,17 @@
30
30
  "eslint-plugin-import": "^2.32.0"
31
31
  },
32
32
  "devDependencies": {
33
- "@alextheman/eslint-config-typescript-base": "^1.0.9",
34
33
  "@types/eslint": "^9.6.1",
35
34
  "@types/jest": "^30.0.0",
36
- "@types/node": "^24.0.13",
35
+ "@types/node": "^24.0.14",
37
36
  "@typescript-eslint/rule-tester": "^8.37.0",
38
37
  "@typescript-eslint/utils": "^8.37.0",
39
38
  "eslint": "^9.31.0",
40
39
  "eslint-plugin-eslint-plugin": "^6.5.0",
40
+ "globals": "^16.3.0",
41
41
  "husky": "^9.1.7",
42
42
  "jest": "^30.0.4",
43
+ "prettier": "^3.6.2",
43
44
  "ts-jest": "^29.4.0",
44
45
  "tsup": "^8.5.0",
45
46
  "typescript": "^5.8.3"