Skip to content

Commit ae1a113

Browse files
pierrezimmermannbampierrezimmermann
andauthored
Feat/remove no raw text rule (#54)
* BREAKING CHANGE(eslint-plugin): add new rule for unused imports * feat: remove no-raw-text rule --------- Co-authored-by: pierrezimmermann <pierrez@nam.tech>
1 parent 91e818b commit ae1a113

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/eslint-plugin/lib/configs/recommended.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ module.exports = defineConfig({
3535
"no-return-await": "error",
3636
"react-hooks/exhaustive-deps": "error",
3737
"react-native/no-color-literals": "off",
38-
"react-native/no-raw-text": ["error", { skip: ["Trans"] }],
3938
"react-native/sort-styles": "off",
4039
"react/no-unstable-nested-components": "error",
4140
"react/prop-types": "off",

0 commit comments

Comments
 (0)