gitlab gitlab-ci-utils/eslint-config-standard 8.0.0

latest releases: 48.0.1, 48.0.0, 47.0.0...
5 years ago

Changed

  • BREAKING: A number of rule settings in these configurations are identified as warnings. Many of these are fixable, so with modern IDEs they're functionally errors already. For others, experience has shown that it's easy for these to go unnoticed since they don't fail git hooks or CI linting jobs. So, upgraded eslint, eslint-plugin-jest, and eslint-plugin-jsdoc warnings to errors. (#23)
  • BREAKING: Updated space-before-function-paren rule to require space after keywords and prevent after function name for consistency with keyword-spacing rule (#21)
  • BREAKING: Deprecated support for Node 10 and 15 since end-of-life. Compatible with all current and LTS releases (^12.20.0 || ^14.15.0 || >=16.0.0). (#22)

Fixed

  • Updated to latest dependencies

Don't miss a new eslint-config-standard release

NewReleases is sending notifications on new releases.