@alextheman/eslint-plugin 1.0.16 → 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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +2 -2
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.
|
|
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.
|
|
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.
|
|
3
|
+
"version": "1.0.17",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/eslint": "^9.6.1",
|
|
34
34
|
"@types/jest": "^30.0.0",
|
|
35
|
-
"@types/node": "^24.0.
|
|
35
|
+
"@types/node": "^24.0.14",
|
|
36
36
|
"@typescript-eslint/rule-tester": "^8.37.0",
|
|
37
37
|
"@typescript-eslint/utils": "^8.37.0",
|
|
38
38
|
"eslint": "^9.31.0",
|