You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In analogy with eslint, the typical setup for the stylelint config file is to copy it to the output tree as a js_library. The config file may depend on external stylelint plugins which need to be made available via runfiles. The implementation only declares a dependency on the config file and does not include the config file's dependencies.
Version
Development (host) and target OS/architectures: Pop!_OS 22.04 LTS
Output of bazel --version: 7.1.1
Language(s) and/or frameworks involved: stylelint
How to reproduce
Add extends to the stylelint config or depend on a plugin.
Any other information?
No response
The text was updated successfully, but these errors were encountered:
If the stylelint config is declared via js_library and has a dependency on
other sources or npm packages, these dependencies are now included in the
linting action.
* fix: include stylelint config deps (#394)
If the stylelint config is declared via js_library and has a dependency on
other sources or npm packages, these dependencies are now included in the
linting action.
* fix bzl_library deps
* update docs
* format config file
What happened?
In analogy with eslint, the typical setup for the stylelint config file is to copy it to the output tree as a js_library. The config file may depend on external stylelint plugins which need to be made available via runfiles. The implementation only declares a dependency on the config file and does not include the config file's dependencies.
Version
Development (host) and target OS/architectures: Pop!_OS 22.04 LTS
Output of
bazel --version
: 7.1.1Language(s) and/or frameworks involved: stylelint
How to reproduce
Any other information?
No response
The text was updated successfully, but these errors were encountered: