Skip to content

Commit

Permalink
Merge pull request #38 from SteveyPugs/dep_updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
SteveyPugs authored Dec 7, 2019
2 parents 4935372 + f4bdb83 commit 5762af7
Show file tree
Hide file tree
Showing 5 changed files with 2,138 additions and 1,820 deletions.
24 changes: 24 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"mocha": true
},
"extends": [
"standard"
],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018
},
"rules": {
"indent": ["error", "tab", {
"SwitchCase": 1
}],
"no-tabs": 0
}
}
Loading

0 comments on commit 5762af7

Please sign in to comment.