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.0.0 to 1.0.1

2

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

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

@@ -1,3 +0,39 @@

# ESLint builder for Angular
[![bfmatei](https://circleci.com/gh/bfmatei/eslint-builder-angular.svg?style=shield)](https://circleci.com/gh/bfmatei/eslint-builder-angular)
# ESLint builder for Angular
Run [ESLint](https://eslint.org/) from Angular CLI.
## Install
1. Install ESLint: `npm install eslint --save-dev`
2. Install the builder: `npm install @bmatei/stylelint-builder-angular --save-dev`
3. Add the builder to `angular.json`:
```
"stylelint": {
"builder": "@speedy/build-angular:stylelint"
}
```
4. Run stylelint: `ng run <project>:stylelint`
## Available options
Some options correspond to the ESLint config parameters. By default, these do not override any behavior in ESLint.
1. `cache`
- [Reference: cache](https://eslint.org/docs/developer-guide/nodejs-api#cliengine)
2. `cacheLocation`
- [Reference: cacheLocation](https://eslint.org/docs/developer-guide/nodejs-api#cliengine)
3. `configFile`
- [Reference: configFile](https://eslint.org/docs/developer-guide/nodejs-api#cliengine)
4. `files`
- Array of glob patterns to be checked.
- Default: `["src/**/*.ts"]`
5. `fix`
- [Reference: fix](https://eslint.org/docs/developer-guide/nodejs-api#cliengine)
6. `format`
- [Reference: format](https://eslint.org/docs/developer-guide/nodejs-api#cliengine)
7. `force`
- Ignore any errors and warnings and return a success status.
8. `reportUnusedDisableDirectives`
- [Reference: reportUnusedDisableDirectives](https://eslint.org/docs/developer-guide/nodejs-api#cliengine)
9. `silent`
- Suppress any output from the builder.
- Default: `false`
10. `useEslintrc`
- [Reference: useEslintrc](https://eslint.org/docs/developer-guide/nodejs-api#cliengine)
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