Skip to content

Commit

Permalink
Revert "Test forbid <View>"
Browse files Browse the repository at this point in the history
This reverts commit d36ab54.
  • Loading branch information
mrousavy committed Mar 12, 2021
1 parent 4116398 commit 1b2daf1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,6 @@ module.exports = {
'react-native/no-raw-text': 'off',
'react-native/no-single-element-style-arrays': 'warn',

'react/forbid-elements': [
'error',
{
forbid: [
{
element: 'View',
message: 'Testing',
},
],
},
],

// react hooks
'react-hooks/exhaustive-deps': [
'error',
Expand Down

0 comments on commit 1b2daf1

Please sign in to comment.