mirror of
https://github.com/thedevs-network/kutt-extension.git
synced 2026-02-03 13:53:23 +00:00
fix: set eslint no-shadow rule with defaults
Signed-off-by: abhijithvijayan <34790378+abhijithvijayan@users.noreply.github.com>
This commit is contained in:
@@ -13,6 +13,11 @@
|
||||
},
|
||||
"rules": {
|
||||
"no-console": "off",
|
||||
"no-shadow": ["error", {
|
||||
"builtinGlobals": false,
|
||||
"hoist": "functions",
|
||||
"allow": []
|
||||
}],
|
||||
"react/jsx-props-no-spreading": "off",
|
||||
"jsx-a11y/label-has-associated-control": "off",
|
||||
"@typescript-eslint/no-explicit-any": "warn",
|
||||
@@ -26,4 +31,4 @@
|
||||
"tryExtensions": [".tsx"] // append tsx to the list as well
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user