eslint/prettier

This commit is contained in:
austinried
2021-07-01 11:27:27 +09:00
parent ee7658ccf8
commit 4e98318cd9
44 changed files with 649 additions and 664 deletions

View File

@@ -1,4 +1,8 @@
module.exports = {
root: true,
extends: '@react-native-community',
rules: {
'react-native/no-inline-styles': 0,
radix: 0,
},
};