Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

6.2.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@IllusionMH IllusionMH released this 19 May 00:24
· 6 commits to master since this release
6530da9

All Issues

  • #859 no-string-based-x rules throw errors in Vue SFC
  • #856 False positive for prefer-array-literal when using Array from other namespace
  • #844 Update w3 reference in the react-a11y-role rule
  • #841 Rule react-a11y-input-elements incorrectly requiring value for file input
  • #839 prefer-array-literal: catch new Array(10) but not Array(10)
  • #836 react-a11y-no-onchange should allow onChange when onBlur is present
  • #830 Add case sensitivity to 'import-name' rule
  • #822 prefer-array-literal: how can one specify the size of the array?
  • #814 export-name does not work with kebab/snake case
  • #813 react-bind-this-issue doesn't detect bind decorators defined after usage
  • #279 new a11y rule: mouse-events-have-key-events
  • #252 new security rule: detect-child-process