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

@bmatei/stylelint-builder-angular

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bmatei/stylelint-builder-angular

stylelint builder for Angular.

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
31
decreased by-71.56%
Maintainers
1
Weekly downloads
 
Created
Source

stylelint builder for Angular

Run stylelint from Angular CLI.

Please note that this builder runs stylelint using the CLI engine. It's still pretty experimental.

Install

  1. Install stylelint: npm install stylelint --save-dev
  2. Install the builder: npm install @bmatei/stylelint-builder-angular --save-dev
  3. Add the builder to angular.json:
"stylelint": {
  "builder": "@bmatei/stylelint-builder-angular:lint"
}
  1. Run stylelint: ng run <project>:stylelint

Available options

Some options correspond to the stylelint config parameters. By default, these do not override any behavior in stylelint.

  1. cache
  2. cacheLocation
  3. configFile
  4. disableDefaultIgnores
  5. files
    • Array of glob patterns to be checked.
    • Default: ["src/**/*.@(css|less|pcss|sass|scss)"]
  6. force
    • Ignore any errors and warnings and return a success status.
    • Default: false
  7. formatter
  8. ignorePath
  9. maxWarnings
  10. reportInvalidScopeDisables
  11. reportNeedlessDisables
  12. silent
    • Suppress any output from the builder.
    • Default: false

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