Skip to content

Commit

Permalink
Remove React from benchmark view page (#10359)
Browse files Browse the repository at this point in the history
* Remove React from benchmarks view page

* Add back d3-queue (removed from main d3 module)

* Use named import for d3-queue
  • Loading branch information
Andrew Calder authored Feb 15, 2021
1 parent c8490fa commit d68855e
Show file tree
Hide file tree
Showing 7 changed files with 610 additions and 912 deletions.
1 change: 0 additions & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
.*/node_modules/highlight.*/.*
.*/node_modules/rxjs/.*
.*/node_modules/@?babel.*/.*
.*/node_modules/react.*/.*
.*/node_modules/svgo/.*
.*/node_modules/moment/.*
.*/node_modules/regenerate-unicode-properties/.*
Expand Down
9 changes: 0 additions & 9 deletions bench/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
{
"parserOptions": {
"ecmaFeatures": {
"jsx": true
}
},
"plugins": [
"react"
],
"rules": {
"flowtype/require-valid-file-annotation": [0],
"react/jsx-uses-vars": [2],
"no-restricted-properties": "off"
},
"env": {
Expand Down
Loading

0 comments on commit d68855e

Please sign in to comment.