Skip to content

Conversation

@dbrockman
Copy link
Contributor

  • Set min peer-dep version for eslint to 0.23.0
  • Add computed-property-spacing rule and configure it to disallow padding inside computed properties.
  • Add prefer-const as warning.
  • The rule spaced-line-comment has been deprecated in favor of spaced-comment.
  • The rule space-in-brackets has been deprecated.
  • The rule no-wrap-func has been deprecated in favor of no-extra-parens.
  • Increace severity of no-extra-parens, no-param-reassign, indent, newline-after-var, object-curly-spacing, padded-blocks.

David Brockman Smoliansky added 3 commits June 15, 2015 13:11
- Add `computed-property-spacing` rule and configure it to disallow padding inside computed properties.
- Add `prefer-const` as warning.
- The rule `spaced-line-comment` has been deprecated in favor of `spaced-comment`.
- The rule `space-in-brackets` has been deprecated.
- The rule `no-wrap-func` has been deprecated in favor of `no-extra-parens`.
- no-extra-parens
- no-param-reassign
- indent
- newline-after-var
- object-curly-spacing
- padded-blocks
sommestad pushed a commit that referenced this pull request Jun 15, 2015
@sommestad sommestad merged commit 2b8ef1b into master Jun 15, 2015
@sommestad sommestad deleted the chore/update-eslint branch June 15, 2015 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants