From d085bfe0cbd2e7862daf7efff6b956809c16ec8d Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 6 Jun 2018 14:06:27 +0100 Subject: bootify --- .eslintrc.js | 14 +++++++++----- 1 file 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 +}; -- cgit v1.2.3