Skip to content

Support ESLint 3.6.1

Compare
Choose a tag to compare
@glebec glebec released this 27 Sep 18:22
· 57 commits to master since this release

This release updates the config to support ESLint releases 3.5.0, 3.6.0, and 3.6.1.

  • New: no-restricted-properties set to 0.
  • New: line-comment-position set to 0.
  • New: lines-around-directive set to 0.
  • New: prefer-numeric-literals set to 0.
  • Updated: max-len using new ignoreStrings and ignoreTemplateLiterals options.