Skip to content

Commit

Permalink
fix(boilerplate): set up eslint-plugin-reactotron (#2589 by @frankcalise
Browse files Browse the repository at this point in the history
)

[skip ci]
  • Loading branch information
frankcalise committed Dec 15, 2023
1 parent ae45664 commit 5227b89
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions boilerplate/package.json
Expand Up @@ -88,6 +88,7 @@
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-react": "7.30.0",
"eslint-plugin-react-native": "4.0.0",
"eslint-plugin-reactotron": "^0.1.1",
"jest": "^29.2.1",
"jest-expo": "49.0.0",
"patch-package": "6.4.7",
Expand Down Expand Up @@ -131,7 +132,8 @@
"plugins": [
"@typescript-eslint",
"react",
"react-native"
"react-native",
"reactotron"
],
"parserOptions": {
"ecmaFeatures": {
Expand Down Expand Up @@ -186,7 +188,8 @@
"react-native/no-raw-text": 0,
"react/no-unescaped-entities": 0,
"react/prop-types": 0,
"space-before-function-paren": 0
"space-before-function-paren": 0,
"reactotron/no-tron-in-production": "error"
}
}
}

0 comments on commit 5227b89

Please sign in to comment.