Skip to content

Releases: fluid-project/fluid-lint-all

ESLint compatibility update.

15 Jan 12:40
33964a3
Compare
Choose a tag to compare

Update to be compatible with ESLint@8.53.0 and higher, see the related issue for details.

Add feedback on malformed configuration files.

15 Mar 08:10
d6d7d2f
Compare
Choose a tag to compare

Added YAML linting.

07 Apr 14:34
Compare
Choose a tag to compare

Added YAML linting (including for GitHub workflow definitions).

Q1 Dependency updates.

07 Apr 07:28
Compare
Choose a tag to compare

Also fixes silent ESLint failures.

Q1 2022 Dependency updates and bug fixes.

06 Apr 16:51
Compare
Choose a tag to compare

Updates most dependencies. Also fixes a bug that would result in ESLint failing silently.

September 2021 dependency updates.

07 Sep 07:19
2ffe21a
Compare
Choose a tag to compare
v1.1.5

Tagging the 1.1.5 release

Fixed file counts for stylelint check.

10 Jun 10:43
09b4d74
Compare
Choose a tag to compare

Also excludes package-lock.json from JSON checks by default.

April 2021 Dependency Update

20 Apr 13:48
7ff7de6
Compare
Choose a tag to compare

Updates Infusion to avoid circular dependency warnings when running in node@14.

Updated includes/excludes and merging strategy.

20 Apr 09:39
Compare
Choose a tag to compare

This release updates the strategy used to merge includes/excludes from a .fluidlintallrc.json file, such that:

  1. Additional includes/excludes are added to rather than replacing the defaults.
  2. Default includes/excludes should now be negated to remove them (see the README for details).

This release also excludes additional binaries from the newline checks, and fixes an issue with spurious errors thrown by "star aligned" Javascript comments like the following:

/*
 * This now works again.
 */

Fix merging of default options.

29 Jan 17:57
e085729
Compare
Choose a tag to compare