aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorUnknown2018-06-06 14:06:27 +0100
committerUnknown2018-06-06 14:06:27 +0100
commitd085bfe0cbd2e7862daf7efff6b956809c16ec8d (patch)
treefcbb0314a98e29044c43bda015321f4b77b4ca3f /.eslintrc.js
parent12488c32116f8642395b0bbfb3f51c411ae6a2ef (diff)
bootify
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js14
1 files changed, 9 insertions, 5 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 585551a..9487f17 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -7,15 +7,19 @@ module.exports = {
"rules": {
"indent": ["error", 2],
"linebreak-style": ["error", "unix"],
- "quotes": ["error", "double", {"allowTemplateLiterals": true}],
+ "quotes": ["error", "double", {
+ "allowTemplateLiterals": true
+ }],
"semi": ["error", "always"],
"no-console": 0
},
"parserOptions": {
"ecmaVersion": 2017
},
- globals: {
- "$log": function(a){},
- "le": {apps: {}}
+ "globals": {
+ "$log": function(a) {},
+ "le": {
+ apps: {}
+ }
}
-}; \ No newline at end of file
+};