1
0
mirror of https://github.com/storybookjs/storybook.git synced 2025-04-08 01:31:48 +08:00
2022-10-27 19:33:39 -04:00

9 lines
181 B
JavaScript

module.exports = {
rules: {
'@typescript-eslint/consistent-type-imports': [
'error',
{ prefer: 'no-type-imports', disallowTypeAnnotations: false },
],
},
};