Releases: Moxio/captainhook-eslint
Releases · Moxio/captainhook-eslint
0.2.0
Adds new option extensions
, which can be used to customize which files are checked. The default value (.js
and .mjs
) is backwards compatible with the previous hardcoded behavior.
0.1.1
Re-declare compatibility with CaptainHook version 4.4, which accidentally got lost in the previous release.
0.1.0
This package can now be used with CaptainHook version 5.
0.0.3
Skips running ESLint if no Javascript files were changed.
0.0.2
Relaxed dependencies, so it's a bit easier to use this plugin in an existing project.