Releases: andreashuber69/eslint-config
Releases · andreashuber69/eslint-config
v1.2.11
- Update packages
Full Changelog: v1.2.9...v1.2.11
v1.2.9
- Allow named import for path and chalk
v1.2.8
- Update packages
v1.2.7
- Add missing file extensions
- Update packages
v1.2.6
- Turn off
react/destructuring-assignment
v1.2.5
- Turn off
react/jsx-props-no-spreading
v1.2.4
- Allow StrictPascalCase for parameters and variables, necessary for React
v1.2.3
- Allow camelCase and PascalCase for functions (necessary for React components that are implemented as a function)
- Remove
eslint-plugin-prefer-arrow
because React function components are somewhat easier to implement with function expressions - Turn off
react/function-component-definition
andreact/no-multi-comp
v1.2.2
- Turn off overly restrictive rules
- Add
eslint-plugin-react-hooks
rules
v1.2.1
- Fix indent inconsistencies