mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2025-12-17 20:59:31 +00:00
add dark mode
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
module.exports = {
|
||||
extends: ['@it-incubator/eslint-config', 'plugin:storybook/recommended'],
|
||||
rules: {
|
||||
'no-console': ['warn', {
|
||||
allow: ['warn', 'error']
|
||||
}]
|
||||
}
|
||||
extends: ['@it-incubator/eslint-config', 'plugin:storybook/recommended',],
|
||||
plugins: ['react-refresh'],
|
||||
};
|
||||
Reference in New Issue
Block a user