mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
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:
committed by
GitHub
parent
1b5599f95c
commit
2e184b97f4
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user