Skip to content

v0.11.0

Compare
Choose a tag to compare
@randycoulman randycoulman released this 20 Sep 19:17
· 288 commits to master since this release

Changed

  • Update to ESLint 3.5.0, eslint-plugin-react 6.3.0, and eslint-plugin-import 1.15.0. (#30)

Added

  • Enables warnings for new rules: lines-around-directive, prefer-numeric-literals, symbol-description, import/no-absolute-path, react/no-children-prop, react/no-unescaped-entities, react/no-unused-prop-types, and react/style-prop-object. (#30)
  • Adds support for new rules, but leaves them disabled: class-methods-use-this, line-comment-position, no-restricted-properties, and import/max-dependencies. (#30)