Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bmatei/eslint-builder-angular

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bmatei/eslint-builder-angular - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc