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 d4b95b1 commit 2217e6bCopy full SHA for 2217e6b
package/eslint.config.mjs
@@ -16,7 +16,7 @@ import eslintConfigPrettier from 'eslint-config-prettier';
16
/**
17
* @react-native-community/eslint-config is for some reason still using the old notation
18
* for globals. We parse them manually here to make sure they're compatible with
19
- * the new config. All globals which were previously set to true are now readonly.
+ * the new config. All globals are now readonly to prevent them from causing trouble.
20
*/
21
const reactNativeGlobals = Object.keys(eslintReactNativeConfig.globals).reduce((acc, key) => {
22
acc[key] = 'readonly';
0 commit comments