Skip to content

ESLint 3.18.0 React 6.10.3

Compare
Choose a tag to compare
@glebec glebec released this 24 Mar 17:26
· 27 commits to master since this release
Status Rule name Setting Notes
New no-compare-neg-zero 1 use Object.is(obj, -0) instead.
New nonblock-statement-body-position 1 do not put single statements for block control flow (if, while, etc.) on a newline.
New react/forbid-elements 0
New react/forbid-foreign-prop-types 0
New react/void-dom-elements-no-children 1
Changed no-unused-expressions [2, {allowTaggedTemplates: true, allowShortCircuit: true, allowTernary: true}] Relaxes cases where expressions can have side effects
Changed no-unused-vars `[1, {argsIgnorePattern: '^(next _)$'}]`
Changed react/prefer-es6-class 1 turned on
Changed react/prop-types 0 turned off
Changed react/require-default-props 0 turned off