Releases: jnmorse/eslint-config-jnmorse
Releases · jnmorse/eslint-config-jnmorse
v2.5.0
Features
- rules: changed semi rule to use semicolons (01a7e36)
- rules-react: added rule jsx-curly-newline (23b6285)
v2.4.4
Bug Fixes
- post-install: removed post install script (87e593b)
v2.4.3
- prettier: alternative prettier config (0e4c679)
v2.4.1
Bug Fixes
- arrow-parens: changed required for block body (b0af5b3)
- import: added webpack folder exception (2cbf50b)
- import/group-exports: turning this rule off (3a4aecf)
- import/no-relative-parent-imports: set to off (168b10c)
- prettier: updated config (8aa4de7)
- prettier: updated prettier (082c643)
v2.4.0
Features
'react/jsx-props-no-spreading': 'off'
'react/state-in-constructor': ['error', 'never'],
'react/static-property-placement': ['warn', 'static getter'],
'react/jsx-props-no-spreading': [
'off',
{
custom: 'ignore',
exceptions: [],
html: 'ignore'
}
],
v2.3.1
Bug Fixes
- moved plugin declaration for prettier (9d2c028)
v2.3.0
Bug Fixes
- overrides: turn off max-lines-per-function (784bec1)
Features
- prettier: attempting to add prettier (cd39ed1)
v2.2.3
Bug Fixes
- prefer-default-export: switched to warning (a40b3fa)
- added babel-eslint parser (f09dd6b)
v2.2.2
Bug Fixes
- import: added setupTests.js (e959c1f)
- react: added jsx, and mjs extensions (05c214b)
2.2.1
2.2.1 (2019-05-13)
Bug Fixes
- rules: removed deprecated (d1bbd7f)