Fix: no new line before use strict
This commit is contained in:
parent
6f51100c82
commit
79b6266cf9
|
@ -1,5 +1,4 @@
|
|||
/* global LZString */
|
||||
|
||||
'use strict';
|
||||
|
||||
const RX_NAMESPACE = new RegExp([/[\s\r\n]*/,
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* global usercss saveStyle getStyles */
|
||||
|
||||
'use strict';
|
||||
|
||||
// eslint-disable-next-line no-var
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/* global CSSLint initLint linterConfig updateLintReport renderLintReport updateLinter */
|
||||
/* global mozParser createSourceEditor */
|
||||
/* global loadScript closeCurrentTab regExpTester */
|
||||
|
||||
'use strict';
|
||||
|
||||
let styleId = null;
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* global showHelp */
|
||||
|
||||
'use strict';
|
||||
|
||||
// eslint-disable-next-line no-var
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
/* global hotkeyRerouter setupAutocomplete setupOptionsExpand */
|
||||
/* global editors linterConfig updateLinter regExpTester mozParser */
|
||||
/* global makeLink */
|
||||
|
||||
'use strict';
|
||||
|
||||
function createSourceEditor(style) {
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* global CodeMirror semverCompare makeLink closeCurrentTab */
|
||||
|
||||
'use strict';
|
||||
|
||||
(() => {
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* global parserlib, loadScript */
|
||||
|
||||
'use strict';
|
||||
|
||||
// eslint-disable-next-line no-var
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* global loadScript mozParser semverCompare */
|
||||
|
||||
'use strict';
|
||||
|
||||
// eslint-disable-next-line no-var
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* global usercss messageBox makeLink */
|
||||
|
||||
'use strict';
|
||||
|
||||
function configDialog(style) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user