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