@bmatei/eslint-builder-angular
Advanced tools
Comparing version 0.0.0-development to 1.0.0
{ | ||
"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": [] | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
4
11942
19
181
1