- Linting (ESLint): Use two spaces for indent

- Update links in commented out copyright section of editor, link in screencast, and within SVG file comments (created with SVG-edit should refer to current URL)
This commit is contained in:
Brett Zamir
2018-05-18 14:05:52 +08:00
parent 86f0ec0fa2
commit f21d41a231
8 changed files with 22 additions and 22 deletions

View File

@@ -9,7 +9,7 @@
},
"rules": {
"semi": [2, "always"],
"indent": ["error", "tab", {"outerIIFEBody": 0}],
"indent": ["error", 2, {"outerIIFEBody": 0}],
"no-tabs": 0,
"object-property-newline": 0,
"one-var": 0,