diff --git a/.eslintrc.js b/.eslintrc.js index 187894b6..d687c9f9 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,4 +1,7 @@ module.exports = { root: true, - extends: '@react-native', + extends: "@react-native", + rules: { + quotes: "off", + }, }; diff --git a/.prettierrc.js b/.prettierrc.js index 358e50a4..a680168d 100644 --- a/.prettierrc.js +++ b/.prettierrc.js @@ -1,11 +1,3 @@ -// module.exports = { -// arrowParens: 'avoid', -// bracketSameLine: true, -// bracketSpacing: false, -// singleQuote: true, -// trailingComma: 'all', -// }; - module.exports = { trailingComma: "all", tabWidth: 2,