lesson 3 in progress

This commit is contained in:
andres
2023-08-05 17:09:50 +02:00
parent 6988feae78
commit 4e301916f4
9 changed files with 96 additions and 15 deletions

View File

@@ -1,8 +1,10 @@
module.exports = {
extends: ['@it-incubator/eslint-config', 'plugin:storybook/recommended'],
plugins:['myPlugin'],
rules: {
'no-console': ['warn', {
allow: ['warn', 'error']
}]
}],
"myPlugin/no-wrong-redux-import": "error"
}
};