Skip to content

Commit 05a0a30

Browse files
authored
Merge pull request #29 from benc-uk:0.4.3-work
0.4.3-work
2 parents 371da02 + 0beed6c commit 05a0a30

File tree

9 files changed

+579
-468
lines changed

9 files changed

+579
-468
lines changed

assets/.eslintrc.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"parserOptions": {
3+
"ecmaVersion": 6,
4+
"sourceType": "script"
5+
},
6+
"env": {
7+
"browser": true
8+
},
9+
"rules": {
10+
"semi": ["error", "never"],
11+
"quotes": ["error", "single"],
12+
"no-extra-semi": "error",
13+
"no-trailing-spaces": "error",
14+
"no-console": "off",
15+
"indent": ["error", 2],
16+
"func-call-spacing": "error",
17+
"comma-spacing": "error"
18+
}
19+
}

0 commit comments

Comments
 (0)