Skip to content

Commit

Permalink
chore: add root prop to .eslintrc (#11914)
Browse files Browse the repository at this point in the history
**Motivation**

Currently, ESlint crashes when someone has bundled react-navigation as a
submodule to the project (here, in react-native-screens we've got one 😁
). Our goal is to mark react-navigation's ESlint RC file as a root
configuration, to omit configuration mismatching.
  • Loading branch information
tboba committed Mar 27, 2024
1 parent 4d765f6 commit afcfd35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
@@ -1,4 +1,5 @@
{
"root": true,
"extends": "satya164",
"plugins": ["simple-import-sort"],
"settings": {
Expand Down

0 comments on commit afcfd35

Please sign in to comment.