Skip to content

Commit

Permalink
feat(cesium): update cesium to use es6 modules (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwambach committed Feb 18, 2020
1 parent 5ea0948 commit 71fa208
Show file tree
Hide file tree
Showing 6 changed files with 8,269 additions and 4,074 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@
"@typescript-eslint/no-var-requires": 0,
"@typescript-eslint/ban-ts-ignore": 0,
"@typescript-eslint/no-unused-vars": 2,
"@typescript-eslint/no-empty-function": 0,
"react/prop-types": 0,
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn"
Expand Down
Loading

0 comments on commit 71fa208

Please sign in to comment.