Skip to content

@vue-storefront/eslint-config@4.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Nov 22:46
· 59 commits to main since this release
6b4ec92

Minor Changes

[CHANGED] some rules to loose up linting a bit (non-breaking). Changes include:

  • import/no-anonymous-default-export: got turned off, as it brings no real value, more about the rule here,
  • @typescript-eslint/no-use-before-define: functions option has been set as false to allow usage of hoisted functions. More details in the documentation.