When running yarn lint we get the warning below. It's not causing any problems currently, but we should fix it if possible. We may need to wait for an update of one or more package.
(node:71438) [ESLINT_LEGACY_OBJECT_REST_SPREAD] DeprecationWarning: The 'parserOptions.ecmaFeatures.experimentalObjectRestSpread' option is deprecated. Use 'parserOptions.ecmaVersion' instead. (found in "node_modules/eslint-config-airbnb-base/index.js")
When running
yarn lintwe get the warning below. It's not causing any problems currently, but we should fix it if possible. We may need to wait for an update of one or more package.