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 */ /* global LZString */
'use strict'; 'use strict';
const RX_NAMESPACE = new RegExp([/[\s\r\n]*/, const RX_NAMESPACE = new RegExp([/[\s\r\n]*/,

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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