Skip to content

Releases: hayanmind/eslint-config-hayanmind

v1.0.6

14 Nov 08:06
74b2288
Compare
Choose a tag to compare
  • Fix jest related issue
  • Required yarn add eslint-plugin-jest --dev when you install eslint-config-hayanmind.

v1.0.5

14 Nov 05:02
55fc7ac
Compare
Choose a tag to compare
  • Fix typescript related lint error

v1.0.4

14 Nov 04:15
191ce22
Compare
Choose a tag to compare
  • Add prettier

v1.0.2

04 Feb 08:13
e43f3ad
Compare
Choose a tag to compare
  • Ignore the following warning.
    • '@typescript-eslint/explicit-module-boundary-types': 'off',
    • 'react/prop-types': 'off',
    • '@typescript-eslint/no-explicit-any': 'off',

v1.0.1

14 Oct 13:14
8049742
Compare
Choose a tag to compare
  • Add specific member delimiter style for interfaces and type literals (ref)

v1.0.0

04 Aug 13:36
fe8ba32
Compare
Choose a tag to compare
  • eslint-config-hayanmind for base javascript and typescript
  • eslint-config-hayanmind/react for react
  • eslint-config-hayanmind/react-native for react-native
  • eslint-config-hayanmind/nextjs for nextjs