Changed
- Updated
max-paramsthreshold from 3 to 4 in default config. Note this
could be breaking if this rule was previously disabled, but can be
--fixed. (#99)
- Disabled
no-undefinedrule in default config. Note this could be
breaking if this rule was previously disabled, but can be--fixed. (#100)
- Updated
no-warning-commentsrule in default config to disallow the terms
'TODO', 'FIXME', 'HACK', 'XXX', 'BUG'. This is all values checked by the
CodeClimate FIXME engine. This is not considered breaking because these are
already checked in the GitLab Code Quality job. (#101)
Fixed
- Updated to latest dependencies, including
eslint-plugin-jsdoc@44.2.5and
`eslint-plugin-n@16.0.0.