mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-05 22:56:11 +00:00
refactor: typescript
This commit is contained in:
@@ -1 +1,4 @@
|
||||
module.exports = { extends: "@react-native-community", "rules": { "no-bitwise": 0 } };
|
||||
module.exports = {
|
||||
extends: '@react-native-community',
|
||||
rules: { 'no-bitwise': 0, '@typescript-eslint/no-explicit-any': 2 },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user