Skip to content

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 21:00
· 5 commits to main since this release
0b765ad

Minor Changes

  • #27 03ae11f Thanks @eps1lon! - Add support for automatically adding eslint-disable-next-line directives

    Specify --fix-type add-disable-directive to silence rules if they can't be autofixed: npx eslint-focus import/order packages/core --allowInlineConfig --fix --fix-type add-disable-directive