mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-31 05:03:21 +08:00
9 lines
181 B
JavaScript
9 lines
181 B
JavaScript
module.exports = {
|
|
rules: {
|
|
'@typescript-eslint/consistent-type-imports': [
|
|
'error',
|
|
{ prefer: 'no-type-imports', disallowTypeAnnotations: false },
|
|
],
|
|
},
|
|
};
|