We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54bd88 commit 6f8206aCopy full SHA for 6f8206a
src/esl.js
@@ -74,6 +74,7 @@ var esl;
74
var waitTimeout;
75
// #end-ignore
76
77
+ /* eslint-disable fecs-key-spacing */
78
/* eslint-disable key-spacing */
79
/**
80
* require配置
@@ -82,16 +83,16 @@ var esl;
82
83
* @type {Object}
84
*/
85
var requireConf = {
- baseUrl : './',
86
- paths : {},
87
- config : {},
88
- map : {},
89
- packages : [],
+ baseUrl : './',
+ paths : {},
+ config : {},
+ map : {},
90
+ packages : [],
91
// #begin-ignore
- waitSeconds : 0,
92
+ waitSeconds: 0,
93
- noRequests : {},
94
- urlArgs : {}
+ noRequests : {},
95
+ urlArgs : {}
96
};
97
/* eslint-enable key-spacing */
98
0 commit comments