You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)