@clark/eslint-plugin-import-helpers-with-package
Advanced tools
Comparing version 1.24.4 to 1.25.0
@@ -17,4 +17,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.rules = void 0; | ||
var eslint_plugin_import_helpers_1 = require("eslint-plugin-import-helpers"); | ||
var order_imports_1 = __importDefault(require("./rules/order-imports")); | ||
exports.rules = __assign(__assign({}, eslint_plugin_import_helpers_1.rules), { 'order-imports': order_imports_1.default }); |
{ | ||
"name": "@clark/eslint-plugin-import-helpers-with-package", | ||
"version": "1.24.4", | ||
"version": "1.25.0", | ||
"description": "Extends `import-helpers/order-imports` so that it can infer the name of the package the file belongs to", | ||
@@ -38,17 +38,16 @@ "keywords": [ | ||
"dependencies": { | ||
"@clark/eslint-util-get-package": "^1.24.4", | ||
"@clark/eslint-util-get-package": "^1.25.0", | ||
"eslint-plugin-import-helpers": "^1.0.2" | ||
}, | ||
"devDependencies": { | ||
"@clark/eslint-config-node-typescript": "^1.24.4", | ||
"@types/eslint": "^6.8.0", | ||
"@clark/eslint-config-node-typescript": "^1.25.0", | ||
"@types/eslint": "^7.2.0", | ||
"@types/estree": "^0.0.44", | ||
"eslint": "^6.8.0", | ||
"ts-node": "^8.8.2", | ||
"typescript": "^3.8.3" | ||
"eslint": "^7.2.0", | ||
"ts-node": "^8.10.2", | ||
"typescript": "^3.9.5" | ||
}, | ||
"engines": { | ||
"node": "^10.0 || ^12.0 || ^13.0" | ||
}, | ||
"gitHead": "8e98a12dd89907f4263577ddbfd933572bab7c4a" | ||
} | ||
} |
@@ -24,3 +24,2 @@ "use strict"; | ||
var options = context.options[0] || {}; | ||
// eslint-disable-next-line prefer-destructuring | ||
var groups = options.groups || []; | ||
@@ -27,0 +26,0 @@ var packageName; |
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
6635
4