Skip to content

Commit

Permalink
Merge pull request #29 from benc-uk:0.4.3-work
Browse files Browse the repository at this point in the history
0.4.3-work
  • Loading branch information
benc-uk committed Jun 19, 2020
2 parents 371da02 + 0beed6c commit 05a0a30
Show file tree
Hide file tree
Showing 9 changed files with 579 additions and 468 deletions.
19 changes: 19 additions & 0 deletions assets/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "script"
},
"env": {
"browser": true
},
"rules": {
"semi": ["error", "never"],
"quotes": ["error", "single"],
"no-extra-semi": "error",
"no-trailing-spaces": "error",
"no-console": "off",
"indent": ["error", 2],
"func-call-spacing": "error",
"comma-spacing": "error"
}
}
Loading

0 comments on commit 05a0a30

Please sign in to comment.