Enforce globalized text with eslint plugin (#120)

Add plugin to enforce globalized text with warnings; globalize some strings; closes #93
This commit is contained in:
Amanda Bullington
2022-07-01 12:42:24 -07:00
committed by GitHub
parent 1b5599f95c
commit 2e184b97f4
42 changed files with 828 additions and 286 deletions

View File

@@ -1,6 +1,6 @@
module.exports = {
root: true,
extends: "@react-native-community",
extends: ["@react-native-community", "plugin:i18next/recommended"],
rules: {
quotes: [2, "double"],
"comma-dangle": [2, "never"],