mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2025-12-16 12:33:18 +00:00
chore: update deps, apply updated eslint ocnfig
This commit is contained in:
@@ -1,10 +1,17 @@
|
||||
module.exports = {
|
||||
extends: ['@it-incubator/eslint-config', 'plugin:storybook/recommended'],
|
||||
plugins:['myPlugin'],
|
||||
extends: ["@it-incubator/eslint-config", "plugin:storybook/recommended"],
|
||||
plugins: ["myPlugin"],
|
||||
rules: {
|
||||
'no-console': ['warn', {
|
||||
allow: ['warn', 'error']
|
||||
"no-console": ["warn", {
|
||||
allow: ["warn", "error"]
|
||||
}],
|
||||
"myPlugin/no-wrong-redux-import": "error"
|
||||
}
|
||||
},
|
||||
overrides: [{
|
||||
"files": ["**/*.stories.tsx"],
|
||||
"rules": {
|
||||
"react-hooks/rules-of-hooks": "off",
|
||||
'no-console': 'off'
|
||||
}
|
||||
}]
|
||||
};
|
||||
Reference in New Issue
Block a user