Skip to content

Commit

Permalink
fix(ootk-sgp4): moved variables to local scope for speed vs reduced g…
Browse files Browse the repository at this point in the history
…arbage collection
  • Loading branch information
thkruz committed Jan 16, 2021
1 parent f9e5d63 commit 5f41d12
Show file tree
Hide file tree
Showing 2 changed files with 489 additions and 330 deletions.
5 changes: 2 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
"files": ["**/*.ts", "**/*.tsx"],
"env": { "browser": true, "es6": true, "node": true },
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
"eslint:recommended"
// "plugin:@typescript-eslint/recommended"
],
"globals": { "Atomics": "readonly", "SharedArrayBuffer": "readonly" },
"parser": "@typescript-eslint/parser",
Expand Down
Loading

0 comments on commit 5f41d12

Please sign in to comment.