eslint-plugin-path
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -0,1 +1,5 @@ | ||
## [v1.1.0] - 2022-12-11 | ||
- Added support for jsconfig and tsconfig files | ||
## [v0.1.0] - 2022-03-28 | ||
@@ -2,0 +6,0 @@ |
@@ -7,5 +7,5 @@ "use strict"; | ||
/** | ||
* @typedef {import("../utils/tsconfig").AliasItem} AliasItem | ||
* @typedef {import("../utils/config").AliasItem} AliasItem | ||
*/ | ||
const { getTSconfigSettings } = require("../utils/tsconfig"); | ||
const { getConfigSettings } = require("../utils/config"); | ||
@@ -93,3 +93,3 @@ /** | ||
const settings = { maxDepth, suggested }; | ||
const tsconfigSettings = getTSconfigSettings(); | ||
const tsconfigSettings = getConfigSettings(); | ||
@@ -96,0 +96,0 @@ return getImport(filename, ({ node, start, value: current, end, path }) => { |
@@ -6,2 +6,3 @@ "use strict"; | ||
tsconfig: "tsconfig.json", | ||
jsconfig: "jsconfig.json", | ||
}; | ||
@@ -8,0 +9,0 @@ |
{ | ||
"name": "eslint-plugin-path", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "author": "qDanik <qdanik@yandex.ru>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14660
398