We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d836de commit a67375cCopy full SHA for a67375c
template/_eslintrc.js
@@ -1,4 +1,8 @@
1
module.exports = {
2
root: true,
3
extends: '@react-native-community',
4
+ rules: {
5
+ "no-shadow": "off",
6
+ "@typescript-eslint/no-shadow": ["error"],
7
+ },
8
};
0 commit comments