Skip to content

Commit

Permalink
Merge pull request #67 from JFDI-Consulting/master
Browse files Browse the repository at this point in the history
revert #8103b63; fix bugs; restyle; refactor
  • Loading branch information
knolleary authored Nov 21, 2019
2 parents c7e2755 + c457c32 commit d3504fe
Show file tree
Hide file tree
Showing 6 changed files with 1,173 additions and 203 deletions.
18 changes: 18 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
module.exports = {
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"node": true
},
"extends": "eslint:recommended",
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018
},
"rules": {
}
};
Loading

0 comments on commit d3504fe

Please sign in to comment.