Skip to content

Releases: jnmorse/eslint-config-jnmorse

v2.5.0

24 Jun 16:54
v2.5.0
275bd3d
Compare
Choose a tag to compare

Features

  • rules: changed semi rule to use semicolons (01a7e36)
  • rules-react: added rule jsx-curly-newline (23b6285)

v2.4.4

21 Jun 03:17
v2.4.4
56991be
Compare
Choose a tag to compare

Bug Fixes

  • post-install: removed post install script (87e593b)

v2.4.3

21 Jun 03:17
v2.4.3
31a5fa9
Compare
Choose a tag to compare
  • prettier: alternative prettier config (0e4c679)

v2.4.1

16 Jun 10:09
v2.4.1
5fa7cc9
Compare
Choose a tag to compare

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

06 Jun 08:56
v2.4.0
25f20f4
Compare
Choose a tag to compare

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

06 Jun 08:57
v2.3.1
7ba61ea
Compare
Choose a tag to compare

Bug Fixes

  • moved plugin declaration for prettier (9d2c028)

v2.3.0

06 Jun 08:58
v2.3.0
7b4c1a4
Compare
Choose a tag to compare

Bug Fixes

  • overrides: turn off max-lines-per-function (784bec1)

Features

  • prettier: attempting to add prettier (cd39ed1)

v2.2.3

22 May 15:17
v2.2.3
8d0821a
Compare
Choose a tag to compare

Bug Fixes

  • prefer-default-export: switched to warning (a40b3fa)
  • added babel-eslint parser (f09dd6b)

v2.2.2

22 May 15:18
v2.2.2
a5c3638
Compare
Choose a tag to compare

Bug Fixes

  • import: added setupTests.js (e959c1f)
  • react: added jsx, and mjs extensions (05c214b)

2.2.1

13 May 20:56
v2.2.1
3b8161f
Compare
Choose a tag to compare

2.2.1 (2019-05-13)

Bug Fixes

  • rules: removed deprecated (d1bbd7f)