npm eslint-config-standard-with-typescript 36.0.0
v36.0.0

latest releases: 43.0.1, 43.0.0, 42.0.0...
14 months ago

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

Don't miss a new eslint-config-standard-with-typescript release

NewReleases is sending notifications on new releases.