fbredius/storybook

View on GitHub
addons/storyshots/storyshots-core/.eslintrc.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  settings: {
    'import/core-modules': [
      '@storybook/angular',
      '@storybook/html',
      '@storybook/react',
      '@storybook/preact',
      '@storybook/vue',
      '@storybook/svelte',
      'enzyme',
    ],
  },
};