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 0.0.0-development to 1.0.0

src/builder.d.ts

2

package.json
{
"name": "@bmatei/eslint-builder-angular",
"version": "0.0.0-development",
"version": "1.0.0",
"description": "ESLint builder for Angular.",

@@ -5,0 +5,0 @@ "author": "Bogdan Matei <bogdan@matei.dev>",

# ESLint builder for Angular
[![bfmatei](https://circleci.com/gh/bfmatei/eslint-builder-angular.svg?style=shield)](https://circleci.com/gh/bfmatei/eslint-builder-angular)
{
"$schema": "http://json-schema.org/draft-07/schema",
"title": "ESLint Target",
"description": "Lint target options for Build Facade.",
"type": "object",
"properties": {
"cache": {
"type": "boolean",
"description": "Operate only on changed files."
"$schema": "http://json-schema.org/draft-07/schema",
"title": "ESLint Target",
"description": "Lint target options for Build Facade.",
"type": "object",
"properties": {
"cache": {
"type": "boolean",
"description": "Operate only on changed files."
},
"cacheLocation": {
"type": "string",
"description": "Name of the file or directory where the cache will be stored."
},
"configFile": {
"type": "string",
"description": "The configuration file to use. If useEslintrc is true or not specified, this configuration will be merged with any configuration defined in .eslintrc.* files, with options in this configuration having precedence."
},
"files": {
"type": "array",
"description": "Files to include in linting.",
"default": ["src/**/*.ts"],
"items": {
"type": "string"
}
},
"fix": {
"type": "boolean",
"description": "Fixes linting errors (may overwrite linted files)."
},
"format": {
"type": "string",
"enum": [
"checkstyle",
"codeframe",
"compact",
"html",
"jslint-xml",
"json-with-metadata",
"json",
"junit",
"stylish",
"table",
"tap",
"unix",
"visualstudio"
]
},
"force": {
"type": "boolean",
"description": "Succeeds even if there was linting errors."
},
"reportUnusedDisableDirectives": {
"type": "boolean",
"description": "When set to true, adds reported errors for unused eslint-disable directives when no problems would be reported in the disabled area anyway."
},
"silent": {
"type": "boolean",
"description": "Show output text.",
"default": false
},
"useEslintrc": {
"type": "boolean",
"description": "Set to false to disable use of .eslintrc files."
}
},
"cacheLocation": {
"type": "string",
"description": "Name of the file or directory where the cache will be stored."
},
"configFile": {
"type": "string",
"description": "The configuration file to use. If useEslintrc is true or not specified, this configuration will be merged with any configuration defined in .eslintrc.* files, with options in this configuration having precedence."
},
"files": {
"type": "array",
"description": "Files to include in linting.",
"default": ["src/**/*.ts"],
"items": {
"type": "string"
}
},
"fix": {
"type": "boolean",
"description": "Fixes linting errors (may overwrite linted files)."
},
"format": {
"type": "string",
"enum": [
"checkstyle",
"codeframe",
"compact",
"html",
"jslint-xml",
"json-with-metadata",
"json",
"junit",
"stylish",
"table",
"tap",
"unix",
"visualstudio"
]
},
"force": {
"type": "boolean",
"description": "Succeeds even if there was linting errors."
},
"reportUnusedDisableDirectives": {
"type": "boolean",
"description": "When set to true, adds reported errors for unused eslint-disable directives when no problems would be reported in the disabled area anyway."
},
"silent": {
"type": "boolean",
"description": "Show output text.",
"default": false
},
"useEslintrc": {
"type": "boolean",
"description": "Set to false to disable use of .eslintrc files."
}
},
"additionalProperties": false,
"required": []
"additionalProperties": false,
"required": []
}
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