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
No error, if variable expands to an object containing a default option.
What actually happened? Please include the actual, raw output from ESLint.
λ yarn eslint app/javascript/eslint-vue-issue.js
yarn run v1.10.1
$ eslint --cache --ext .js,.vue app/javascript/eslint-vue-issue.js
/Users/jpickwell/projects/tabc-si/app/javascript/eslint-vue-issue.js
11:12 error Prop 'foo' requires default value to be set vue/require-default-prop
✖ 1 problem (1 error, 0 warnings)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
The text was updated successfully, but these errors were encountered:
Tell us about your environment
Please show your full configuration:
What did you do? Please include the actual source code causing the issue.
What did you expect to happen?
No error, if variable expands to an object containing a default option.
What actually happened? Please include the actual, raw output from ESLint.
The text was updated successfully, but these errors were encountered: