+9
-2
@@ -60,7 +60,7 @@
|
|||||||
"gaze": "^1.0.0",
|
"gaze": "^1.0.0",
|
||||||
"istanbul": "0.4.4",
|
"istanbul": "0.4.4",
|
||||||
"jquery": "3.1.0",
|
"jquery": "3.1.0",
|
||||||
"mocha": "3.0.1",
|
"mocha": "3.0.2",
|
||||||
"mocha-phantomjs-core": "^1.3.0",
|
"mocha-phantomjs-core": "^1.3.0",
|
||||||
"mustache": "2.2.1",
|
"mustache": "2.2.1",
|
||||||
"phantomjs-prebuilt": "2.1.10",
|
"phantomjs-prebuilt": "2.1.10",
|
||||||
@@ -83,7 +83,14 @@
|
|||||||
"proj4": false
|
"proj4": false
|
||||||
},
|
},
|
||||||
"rules": {
|
"rules": {
|
||||||
"no-console": [2, {"allow": ["assert"]}],
|
"no-console": [
|
||||||
|
2,
|
||||||
|
{
|
||||||
|
"allow": [
|
||||||
|
"assert"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"no-constant-condition": 0
|
"no-constant-condition": 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user