Skip to content

Commit 2217e6b

Browse files
committed
chore: update comment
1 parent d4b95b1 commit 2217e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import eslintConfigPrettier from 'eslint-config-prettier';
1616
/**
1717
* @react-native-community/eslint-config is for some reason still using the old notation
1818
* 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.
19+
* the new config. All globals are now readonly to prevent them from causing trouble.
2020
*/
2121
const reactNativeGlobals = Object.keys(eslintReactNativeConfig.globals).reduce((acc, key) => {
2222
acc[key] = 'readonly';

0 commit comments

Comments
 (0)