Skip to content

feat: Update to new major version eslint@7

Vitaly Slobodin requested to merge vs-bump-eslint-and-dependencies into master

BREAKING CHANGE: New major version

To resolve several warnings I also had to update related dependencies.

Warnings

warning " > eslint-config-airbnb-base@14.0.0" has incorrect peer dependency "eslint@^5.16.0 || ^6.1.0".
warning " > eslint-plugin-import@2.20.1" has incorrect peer dependency "eslint@2.x - 6.x"
  • eslint-config-airbnb-base was updated to the latest available version - 14.2.1.
  • eslint-plugin-import was updated to the latest available version - 2.22.1.

This update is required to update all additional plugins and enable new rules that we want.

Edited by Vitaly Slobodin

Merge request reports