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
{{ message }}
This repository has been archived by the owner on May 12, 2021. It is now read-only.
Configuration for rule "no-unused-vars" is invalid: Value {"ignoreSiblings":true,"argsIgnorePattern":"res|next|^err"} should be equal to one of the allowed values. Value {"ignoreSiblings":true,"argsIgnorePattern":"res|next|^err"} should NOT have additional properties. Value {"ignoreSiblings":true,"argsIgnorePattern":"res|next|^err"} should match exactly one schema in oneOf.
Is it correct to replace the "ignoreSiblings" with "ignoreRestSiblings"? Because basing from ESLint Documentation "ignoreSiblings" does not exist.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
EsLint shows this error.
Configuration for rule "no-unused-vars" is invalid: Value {"ignoreSiblings":true,"argsIgnorePattern":"res|next|^err"} should be equal to one of the allowed values. Value {"ignoreSiblings":true,"argsIgnorePattern":"res|next|^err"} should NOT have additional properties. Value {"ignoreSiblings":true,"argsIgnorePattern":"res|next|^err"} should match exactly one schema in oneOf.
Is it correct to replace the "ignoreSiblings" with "ignoreRestSiblings"? Because basing from ESLint Documentation "ignoreSiblings" does not exist.
The text was updated successfully, but these errors were encountered: