Skip to content

Commit

Permalink
HACKING: Document webpack-make.js' --no-stylelint option
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Mar 20, 2023
1 parent 7df0f6e commit 64f7b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ E.g. if you want to work on anything in [pkg/systemd](./pkg/systemd/), run:

tools/webpack-watch systemd

Note that this enables eslint by default -- if you want to disable it, run it
with `-e`/`--no-eslint`.
Note that this enables eslint and stylelint by default -- if you want to
disable them, run it with `-e`/`--no-eslint` and/or `-s`/`--no-stylelint`.

Then reload cockpit in your browser after page is built. Press Control-C to
stop watch mode once you are done with changing the code.
Expand Down

0 comments on commit 64f7b4e

Please sign in to comment.