@speedy/build-angular
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

Angular CLI Stylelint builder

CircleCI Build status npm version Dependency Status devDependency Status

Angular CLI third party builder (not officially supported by Angular), for Stylelint.

Get started

npm install @speedy/build-angular stylelint --save-dev

Open your angular.json and add the new builder example;

"lint-styles": {
    "builder": "@speedy/build-angular:stylelint",
    "options": {
        "stylelintConfig": ".stylelintrc",
        "exclude": [
            "**/node_modules/**"
        ]
    }
}

For a full list of options that can be provided to this builder check the schema.

More details about angular workspace can be found in the Angular CLI docs.

To run the new builder use the following command;

ng run <project>:lint-styles

/@speedy/build-angular/

    Package Sidebar

    Install

    npm i @speedy/build-angular

    Weekly Downloads

    443

    Version

    0.3.0

    License

    ISC

    Unpacked Size

    7.99 kB

    Total Files

    6

    Last publish

    Collaborators

    • speedy