mdbook/crates
Eric Huss 189eea5beb Update eslint to 9.34.0
This requires a switch to the configuration file format described at
https://eslint.org/docs/latest/use/configure/configuration-files. I used
the automatic tool to generate the new file, with some simplifications
around defaults.

- Removed no-cond-assign override, it is no longer needed.
- Fixed `catch (e)` where `e` is not used. This seems a little pedantic
  to me, but seems like a relatively easy fix to just remove it, and I
  believe the syntax without the variable has been supported for quite
  some time. Alternatively it could also be `_e`, or explicitly allowed.
- Added `--no-warn-ignored` to the script since it was very noisy.
2025-08-25 14:29:00 -07:00
..
mdbook-core test case: verify the more specific exception message 2025-08-24 11:18:57 +03:00
mdbook-driver Rename Book.sections to Book.items 2025-08-22 18:51:04 -07:00
mdbook-html Update eslint to 9.34.0 2025-08-25 14:29:00 -07:00
mdbook-markdown Enable smart-punctuation by default 2025-08-22 16:52:08 -07:00
mdbook-preprocessor Change PreProcessor::supports_renderer to return a Result 2025-08-16 13:26:01 -07:00
mdbook-renderer Switch all public types to non_exhaustive 2025-08-09 17:02:01 -07:00
mdbook-summary Rename Book.sections to Book.items 2025-08-22 18:51:04 -07:00