fix: Remove React recommended rules, only forbid button

Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
This commit is contained in:
Carlos Esteban Lopez
2022-12-05 23:54:24 -05:00
committed by Carlos Lopez
parent fa85521b1e
commit 287a91215b
-1
View File
@@ -215,7 +215,6 @@ function createConfigForRole(dir, role, extraConfig = {}) {
...extraConfig,
extends: [
'@spotify/eslint-config-react',
'plugin:react/recommended',
...(extraConfig.extends ?? []),
],
rules: {