Fix: no new line before use strict
This commit is contained in:
parent
6f51100c82
commit
79b6266cf9
|
@ -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]*/,
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
/* global showHelp */
|
/* global showHelp */
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
// eslint-disable-next-line no-var
|
// eslint-disable-next-line no-var
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
/* global CodeMirror semverCompare makeLink closeCurrentTab */
|
/* global CodeMirror semverCompare makeLink closeCurrentTab */
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
(() => {
|
(() => {
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
/* global usercss messageBox makeLink */
|
/* global usercss messageBox makeLink */
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
function configDialog(style) {
|
function configDialog(style) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user