Skip to content

Releases: stefanoeb/eslint-action

1.0.2

22 Dec 17:13
Compare
Choose a tag to compare

Migrated to the new action.yml file to specify the action configs

v1.0.1

12 Dec 19:49
Compare
Choose a tag to compare
  • Update README.md to match the new API for github actions
  • Use npm ci instead of npm i

First release 🎉

17 Jan 22:14
Compare
Choose a tag to compare

No dockerfile or previous build step needed 🙅🏻‍♂️

  • Supports globs passed down to ESLint.
  • Builds node modules if there's none.
  • Uses yarn or npm according to the lockfiles.