mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2024-12-26 11:48:29 +00:00
25 lines
378 B
JSON
25 lines
378 B
JSON
{
|
|
"extends": "eslint:recommended",
|
|
"rules": {
|
|
"comma-dangle": 0,
|
|
"no-console": 0,
|
|
"no-constant-condition": 0,
|
|
"semi": 1
|
|
},
|
|
"env": {
|
|
"browser": true,
|
|
"node": true,
|
|
"es6": true,
|
|
"mocha": true
|
|
},
|
|
"plugins": [
|
|
],
|
|
"globals": {
|
|
"cc": false,
|
|
"CC_EDITOR": false,
|
|
"CC_DEV": false,
|
|
"CC_JSB": false,
|
|
"_ccsg": false
|
|
}
|
|
}
|