Skip to content

Commit

Permalink
Hiding template window & improving iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Lcfvs committed May 29, 2021
1 parent f5bf5ae commit 20a97bb
Show file tree
Hide file tree
Showing 3 changed files with 381 additions and 2,428 deletions.
9 changes: 1 addition & 8 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
{
"env": {
"browser": true,
"es6": true,
"es2021": true,
"node": true
},
"extends": [
"standard"
],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2021,
"sourceType": "module"
Expand Down
Loading

0 comments on commit 20a97bb

Please sign in to comment.