fix: Remove React recommended rules, only forbid button
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
This commit is contained in:
committed by
Carlos Lopez
parent
fa85521b1e
commit
287a91215b
@@ -215,7 +215,6 @@ function createConfigForRole(dir, role, extraConfig = {}) {
|
||||
...extraConfig,
|
||||
extends: [
|
||||
'@spotify/eslint-config-react',
|
||||
'plugin:react/recommended',
|
||||
...(extraConfig.extends ?? []),
|
||||
],
|
||||
rules: {
|
||||
|
||||
Reference in New Issue
Block a user