Phillip Barta

Results 100 comments of Phillip Barta

Hi Simon, There is currently no way to do this. I think it should be possible to implement a `--all` flag which adds a stylelint target to each project which...

Nx introduced the concept of plugins that can automatically add targets to projects if the project matches some criterias. I'm working on a new version of nx-stylelint that adds the...

You can use the file format you want to use. Just create your custom config file e.g. `.stylelintrc.yaml`. The executor will pick it up automatically. Its the same behavior as...

@micalevisk Any chance this is getting merged?

@meeroslav Done. I created #23469 to track the issue with the lint rule

@cetincakiroglu Still relevant in version 17.18.4

you can install it from github by adding the following dependency to your `package.json`: ```json { "dependencies": { "primeng-sass-theme": "github:primefaces/primeng-sass-theme#16.5.0" } } ``` npm will install the package from github...