Skip to content

v36.0.0

Compare
Choose a tag to compare
@standard-cd-bot standard-cd-bot released this 30 Jun 05:47

36.0.0 (2023-06-30)

⚠ BREAKING CHANGES

  • the rules are provided at the top level,
    instead of under an overrides property.
    Providing the rules under the overrides property was never a good idea.
    It prevents specifying which files the rules apply to (e.g. [*.js, *.ts]).
    I apologize.
    To migrate, make sure that your extends property is under an overrides item.
    An example is in the readme.
    To help verify your configuration,
    you could obtain a list of files that will be linted, this way:
    DEBUG=eslint:cli-engine npx eslint <path>.

Bug fixes