@bmatei/eslint-builder-angular
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@bmatei/eslint-builder-angular", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "ESLint builder for Angular.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
const get_should_log_1 = require("./get-should-log"); | ||
const lint_1 = require("./lint"); | ||
const load_project_eslint_1 = require("./load-project-eslint"); | ||
const get_should_log_1 = require("./get-should-log"); | ||
const normalize_root_path_1 = require("./normalize-root-path"); | ||
const print_output_1 = require("./print-output"); | ||
const print_input_1 = require("./print-input"); | ||
const normalize_root_path_1 = require("./normalize-root-path"); | ||
function builder(options, context) { | ||
@@ -11,0 +11,0 @@ return tslib_1.__awaiter(this, void 0, void 0, function* () { |
@@ -5,2 +5,3 @@ "use strict"; | ||
process.chdir(context.currentDirectory); | ||
// eslint-disable-next-line @typescript-eslint/consistent-type-assertions | ||
return Object.assign(Object.assign({}, options), { cwd: context.workspaceRoot }); | ||
@@ -7,0 +8,0 @@ } |
@@ -53,2 +53,16 @@ { | ||
}, | ||
"ignorePattern": { | ||
"oneOf": [ | ||
{ | ||
"type": "string" | ||
}, | ||
{ | ||
"type": "array", | ||
"items": { | ||
"type": "string" | ||
} | ||
} | ||
], | ||
"description": "Glob patterns for paths to ignore." | ||
}, | ||
"reportUnusedDisableDirectives": { | ||
@@ -63,6 +77,2 @@ "type": "boolean", | ||
}, | ||
"tsConfig": { | ||
"type": "string", | ||
"description": "Path to TypeScript configuration." | ||
}, | ||
"useEslintrc": { | ||
@@ -69,0 +79,0 @@ "type": "boolean", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
18521
261