mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2025-12-17 20:59:31 +00:00
4 lines
128 B
JavaScript
4 lines
128 B
JavaScript
module.exports = {
|
|
extends: ['@it-incubator/eslint-config', 'plugin:storybook/recommended',],
|
|
plugins: ['react-refresh'],
|
|
}; |