Dev: Add Settings createCfg and change eslint semi rule

This commit is contained in:
surunzi
2017-11-18 16:52:20 +08:00
parent 829f1b1af2
commit 53af31ced6
31 changed files with 698 additions and 145 deletions

View File

@@ -1,4 +1,4 @@
import util from './util'
import util from './util';
// Modified from: https://jsconsole.com/
export default function stringify(obj, {
@@ -273,7 +273,7 @@ function getObjAbstract(obj)
let type = getType(obj);
return type.replace(/(\[object )|]/g, '')
return type.replace(/(\[object )|]/g, '');
}
function getType(obj)