Skip to content

Commit 6f8206a

Browse files
committed
fix fecs warn
1 parent c54bd88 commit 6f8206a

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

src/esl.js

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ var esl;
7474
var waitTimeout;
7575
// #end-ignore
7676

77+
/* eslint-disable fecs-key-spacing */
7778
/* eslint-disable key-spacing */
7879
/**
7980
* require配置
@@ -82,16 +83,16 @@ var esl;
8283
* @type {Object}
8384
*/
8485
var requireConf = {
85-
baseUrl : './',
86-
paths : {},
87-
config : {},
88-
map : {},
89-
packages : [],
86+
baseUrl : './',
87+
paths : {},
88+
config : {},
89+
map : {},
90+
packages : [],
9091
// #begin-ignore
91-
waitSeconds : 0,
92+
waitSeconds: 0,
9293
// #end-ignore
93-
noRequests : {},
94-
urlArgs : {}
94+
noRequests : {},
95+
urlArgs : {}
9596
};
9697
/* eslint-enable key-spacing */
9798

0 commit comments

Comments
 (0)