You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: