Skip to content

Commit

Permalink
fix eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
ansis committed Sep 6, 2018
1 parent 313036f commit f51bdba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions debug/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@
"prefer-template": "off"
},
"env": {
"es6": false,
"es6": true,
"browser": true
},
"globals": {
"mapboxgl": false,
"React": false,
"ReactDOM": false,
"Float32Array": false,
"Uint16Array": false
"ReactDOM": false
}
}

0 comments on commit f51bdba

Please sign in to comment.