Support ESLint 3.6.1
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 newignoreStrings
andignoreTemplateLiterals
options.