Fix: no new line before use strict

This commit is contained in:
eight 2017-11-01 08:10:08 +08:00
parent 6f51100c82
commit 79b6266cf9
9 changed files with 0 additions and 9 deletions

View File

@ -1,5 +1,4 @@
/* global LZString */
'use strict';
const RX_NAMESPACE = new RegExp([/[\s\r\n]*/,

View File

@ -1,5 +1,4 @@
/* global usercss saveStyle getStyles */
'use strict';
// eslint-disable-next-line no-var

View File

@ -4,7 +4,6 @@
/* global CSSLint initLint linterConfig updateLintReport renderLintReport updateLinter */
/* global mozParser createSourceEditor */
/* global loadScript closeCurrentTab regExpTester */
'use strict';
let styleId = null;

View File

@ -1,5 +1,4 @@
/* global showHelp */
'use strict';
// eslint-disable-next-line no-var

View File

@ -3,7 +3,6 @@
/* global hotkeyRerouter setupAutocomplete setupOptionsExpand */
/* global editors linterConfig updateLinter regExpTester mozParser */
/* global makeLink */
'use strict';
function createSourceEditor(style) {

View File

@ -1,5 +1,4 @@
/* global CodeMirror semverCompare makeLink closeCurrentTab */
'use strict';
(() => {

View File

@ -1,5 +1,4 @@
/* global parserlib, loadScript */
'use strict';
// eslint-disable-next-line no-var

View File

@ -1,5 +1,4 @@
/* global loadScript mozParser semverCompare */
'use strict';
// eslint-disable-next-line no-var

View File

@ -1,5 +1,4 @@
/* global usercss messageBox makeLink */
'use strict';
function configDialog(style) {