Skip to content

Releases: eps1lon/eslint-focus

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 27 Nov 13:55
4c58700

Minor Changes

  • #30 abed6ed Thanks @eps1lon! - Add number of checked rules to tally

  • #29 b39fbd2 Thanks @eps1lon! - Add support for only including files that are also part of git-diff by adding --diff [gitDiffOptions].

Patch Changes

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 21:00
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

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 10:48
94227db

Minor Changes

  • #25 84c1819 Thanks @eps1lon! - Allow linting multiple paths

    Example 1 (relying on Bash globbing): npx eslint-focus import/order packages/features/pf-*

    Example 2: npx eslint-focus import/order packages/core packages/traits

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Apr 17:28
5e96534

Minor Changes

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Apr 06:13
c6c7fa8

Minor Changes

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 30 Sep 18:32
f697bb8

Major Changes

  • #13 e33ebc9 Thanks @eps1lon! - Switch order of positional arguments.

    I ended up iterating over folders more often (to focus down on an issue) than switching the rule.
    It's more convenient to have the argument you change often last.

Minor Changes

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 30 Sep 17:40
304291f

Minor Changes

Patch Changes

v0.0.3

Choose a tag to compare

@github-actions github-actions released this 30 Sep 17:13
6ad3eb2

Patch Changes

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 30 Sep 16:05
3c50f12

Patch Changes