Changed
- BREAKING: Upgraded
jest/recommendedrules that are warnings to be errors (jest/expect-expect,jest/no-commented-out-tests,jest/no-disabled-tests) (#40)
- BREAKING: Updated
max-lines-per-functionrule to ignore blank lines and comments. This is breaking since it could make existing disables unused, which is an error. (#43)
- BREAKING: Upgraded all
eslint-plugin-jsdoc/recommendedwarnings to errors, and adding a few other errors. See the config for complete details. (#38)
Fixed
- Updated to latest dependencies, including
eslint-plugin-jestandeslint-plugin-jsdoc