Releases: hayanmind/eslint-config-hayanmind
Releases · hayanmind/eslint-config-hayanmind
v1.0.6
- Fix jest related issue
- Required
yarn add eslint-plugin-jest --dev
when you install eslint-config-hayanmind
.
v1.0.5
- Fix typescript related lint error
v1.0.2
- Ignore the following warning.
- '@typescript-eslint/explicit-module-boundary-types': 'off',
- 'react/prop-types': 'off',
- '@typescript-eslint/no-explicit-any': 'off',
v1.0.1
- Add specific member delimiter style for interfaces and type literals (ref)
v1.0.0
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