Skip to content

Releases: commandp/eslint-config-commandp

v0.2.1

30 Jan 11:13

Choose a tag to compare

Notable Changes

v0.2.0

30 Jan 09:16

Choose a tag to compare

Notable Changes

  • 975af26 Add exceptions to no-multi-spaces when align keyword
  • c34e48b Enable prefer-const
  • 0a60976 Disable jsx-boolean-value
  • 9891e14 Enable jsx-no-bind
  • fc566d6 Enable react/jsx-key
  • 1c3285e Modify comma-dangle to always-multiline

v0.1.1

10 Jan 10:12

Choose a tag to compare

Notable Changes

  • Enable 'no-var': 1
  • Enable 'object-curly-spacing': [2, 'always']
  • Enable 'array-bracket-spacing': [2, 'always']
  • Disable react/jsx-no-bind