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

ESLint builder for Angular.

  • 1.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

ESLint builder for Angular

Run ESLint from Angular CLI.

Please note that this builder runs ESLint using the CLI engine and not by creating the TS program directly. It's still pretty experimental.

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:
"eslint": {
  "builder": "@bmatei/eslint-builder-angular:lint"
}
  1. 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
  2. cacheLocation
  3. configFile
  4. files
    • Array of glob patterns to be checked.
    • Default: ["src/**/*.ts"]
  5. fix
  6. force
    • Ignore any errors and warnings and return a success status.
    • Default: false
  7. format
  8. reportUnusedDisableDirectives
  9. silent
    • Suppress any output from the builder.
    • Default: false
  10. useEslintrc

Keywords

FAQs

Package last updated on 31 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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