mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-05 22:56:11 +00:00
5 lines
131 B
JavaScript
5 lines
131 B
JavaScript
module.exports = {
|
|
extends: '@react-native-community',
|
|
rules: { 'no-bitwise': 0, '@typescript-eslint/no-explicit-any': 2 },
|
|
};
|