Skip to content

Releases: ColourboxDevelopment/eslint-config-colourbox

v1.0.7

30 Jul 11:04
Compare
Choose a tag to compare
  • Allows using static elements for interaction
  • Adds switch statement indentation configuration

Adds fix for ignoring JSX comment line length

21 Dec 09:19
388157c
Compare
Choose a tag to compare
Merge pull request #3 from ColourboxDevelopment/dev

Ignore line length of JSX comments

For loops, boolean attributes, line length

19 Dec 14:14
6f00522
Compare
Choose a tag to compare
  • Disables 'react/jsx-boolean-value'
  • Defines 'max-len' to 120 and adds options.
  • Re-enables 'jsx-a11y/anchor-is-valid'
  • Re-enables 'no-script-url'
  • Adds 'ForStatement' to 'no-restricted-syntax', disallowing for loops

v1.0.3

13 Dec 07:51
Compare
Choose a tag to compare

Added rule: 'react/jsx-indent-props': [2, 'first']

Added new rule exceptions

12 Dec 10:11
Compare
Choose a tag to compare

jsx-a11y/click-events-have-key-events
react/no-danger