Skip to content

Commit

Permalink
Merge pull request #5205 from ccnmtl/detect-react
Browse files Browse the repository at this point in the history
Detect react
  • Loading branch information
nikolas authored Sep 28, 2023
2 parents 5bb511d + 9e531a2 commit 181919a
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion circumstellar-habitable-zone-simulator/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"react": {
"version": "detect"
}
}
}
}
5 changes: 5 additions & 0 deletions eclipsing-binary-simulator/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@
},
"rules": {
"no-console": "off"
},
"settings": {
"react": {
"version": "detect"
}
}
}
5 changes: 5 additions & 0 deletions exoplanet-transit-simulator/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@
},
"rules": {
"no-console": "off"
},
"settings": {
"react": {
"version": "detect"
}
}
}
5 changes: 5 additions & 0 deletions gas-retention-simulator/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@
},
"rules": {
"no-console": "off"
},
"settings": {
"react": {
"version": "detect"
}
}
}
5 changes: 5 additions & 0 deletions hydrogen-atom-simulator/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@
},
"rules": {
"no-console": "off"
},
"settings": {
"react": {
"version": "detect"
}
}
}
5 changes: 5 additions & 0 deletions lunar-phase-simulator/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@
},
"rules": {
"no-console": "off"
},
"settings": {
"react": {
"version": "detect"
}
}
}
5 changes: 5 additions & 0 deletions small-angle-demo/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@
},
"rules": {
"no-console": "off"
},
"settings": {
"react": {
"version": "detect"
}
}
}
5 changes: 5 additions & 0 deletions sun-motion-simulator/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@
},
"rules": {
"no-console": "off"
},
"settings": {
"react": {
"version": "detect"
}
}
}

0 comments on commit 181919a

Please sign in to comment.