mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-10-09 06:45:23 +00:00
初始化
This commit is contained in:
45
engine/.jshintrc
Normal file
45
engine/.jshintrc
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"node": true,
|
||||
"esnext": true,
|
||||
"bitwise": false,
|
||||
"camelcase": false,
|
||||
"curly": false,
|
||||
"eqeqeq": true,
|
||||
"immed": true,
|
||||
"indent": 4,
|
||||
"latedef": false,
|
||||
"newcap": false,
|
||||
"noarg": true,
|
||||
"quotmark": "single",
|
||||
"undef": true,
|
||||
"unused": true,
|
||||
"strict": false,
|
||||
"predef": [
|
||||
"window",
|
||||
"document",
|
||||
"Image",
|
||||
"unused",
|
||||
"Editor",
|
||||
"EditorUI",
|
||||
"Helper",
|
||||
"_Scene",
|
||||
"Polymer",
|
||||
"sinon",
|
||||
"after",
|
||||
"afterAll",
|
||||
"afterEach",
|
||||
"assert",
|
||||
"before",
|
||||
"beforeAll",
|
||||
"beforeEach",
|
||||
"describe",
|
||||
"expect",
|
||||
"it",
|
||||
"cc",
|
||||
"CC_JSB",
|
||||
"CC_EDITOR",
|
||||
"CC_DEV",
|
||||
"CC_TEST",
|
||||
"_ccsg"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user