Skip to content

Commit

Permalink
Merge pull request #3 from ho-nl-fork/master
Browse files Browse the repository at this point in the history
Fixed issues and refactor, added eslint
  • Loading branch information
dorshinar authored May 17, 2020
2 parents b9295f8 + 9da6577 commit cb9d805
Show file tree
Hide file tree
Showing 5 changed files with 25,484 additions and 24,612 deletions.
17 changes: 17 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"env": {
"es6": true,
"node": true
},
"extends": "eslint:recommended",
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module"
},
"rules": {
}
}
Loading

0 comments on commit cb9d805

Please sign in to comment.