Releases: fluid-project/fluid-lint-all
Releases · fluid-project/fluid-lint-all
ESLint compatibility update.
Update to be compatible with ESLint@8.53.0 and higher, see the related issue for details.
Add feedback on malformed configuration files.
See #27 for details.
Added YAML linting.
Added YAML linting (including for GitHub workflow definitions).
Q1 Dependency updates.
Also fixes silent ESLint failures.
Q1 2022 Dependency updates and bug fixes.
Updates most dependencies. Also fixes a bug that would result in ESLint failing silently.
September 2021 dependency updates.
v1.1.5 Tagging the 1.1.5 release
Fixed file counts for stylelint check.
Also excludes package-lock.json from JSON checks by default.
April 2021 Dependency Update
Updates Infusion to avoid circular dependency warnings when running in node@14.
Updated includes/excludes and merging strategy.
This release updates the strategy used to merge includes/excludes from a .fluidlintallrc.json
file, such that:
- Additional includes/excludes are added to rather than replacing the defaults.
- 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.
See #12 for details.