ESlint spaced-comment

v1.18.x
Peter Jaszkowiak 8 years ago
parent 532951c24f
commit 34e233fe1d

@ -13,10 +13,13 @@
"import/no-unresolved": "off",
"import/no-extraneous-dependencies": "off",
"import/no-dynamic-require": "off",
"import/newline-after-import": "off",
"no-bitwise": "off",
"newline-per-chained-call": "off",
"no-console": "off",
"no-empty": ["error", { "allowEmptyCatch": true }],
"prefer-rest-params": "off",
"prefer-spread": "off",
// "linebreak-style": "off",
// "one-var": "off",
@ -94,12 +97,9 @@
"global-require": "off",
"no-trailing-spaces": "off",
"key-spacing": "off",
"import/newline-after-import": "off",
"no-underscore-dangle": "off",
"prefer-spread": "off",
// "no-multiple-empty-lines": "off",
"spaced-comment": "off",
"prefer-rest-params": "off",
// "spaced-comment": "off",
// "space-in-parens": "off",
// "block-spacing": "off",
// "quote-props": "off",

@ -1,5 +1,4 @@
"use strict";
/*global config, componentHandler, socket, app, bootbox, Slideout, NProgress, utils*/
(function () {
var logoutTimer = 0;

Loading…
Cancel
Save