ESLint error: TypeError: Cannot read property 'properties' of undefined
#5
Labels
bug
Something isn't working
TypeError: Cannot read property 'properties' of undefined
#5
Describe the bug
Tried lint a project I'm working on with
eslint-plugin-storybook
and getting the following error:To Reproduce
Steps to reproduce the behavior:
npm link
)added 1 package, and audited 3 packages in 815ms found 0 vulnerabilities
npm link eslint-plugin-storybook
).eslintrc
with Storybook's ESLint pluginnpm run lint
)Versions
Files
.eslintrc.js
Checkbox.stories.js
Terminal output
Click to expand!
Expected behaviour
Not sure if I'm not writing a correct story but still I assume ESLint should complain but not throw an exception.
The text was updated successfully, but these errors were encountered: