saleor-apps-redis_apl/packages/eslint-config-saleor/CHANGELOG.md
Lukasz Ostrowski 8424989dad
Release apps (#389)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-04-21 12:04:30 +02:00

786 B

eslint-config-saleor

0.4.0

Minor Changes

  • 453baf7: Added new warn rules to eslint-config-saleor: newline-after-var and multiline-comment-style.

Patch Changes

  • e167e72: Update next.js to 13.3.0
  • 74174c4: Updated @saleor/app-sdk to 0.37.3
  • 2e51890: Update next.js to 13.3.0
  • 2e51890: Update @saleor/app-sdk to 0.37.2

0.3.0

Minor Changes

  • eca52ad: Added "no-default-export" eslint rule (except Next.js page)

Patch Changes

  • eca52ad: Replace "export default" with named exports

0.2.1

Patch Changes

  • 749941a: Update dependencies to fix config, so ESLint should work in Jetbrains IDE

0.2.0

Minor Changes

  • d13ece4: Disable next/babel setting in shared eslint config

0.1.0

Minor Changes