We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce7c1a commit bcfc228Copy full SHA for bcfc228
.eslintrc
@@ -2,6 +2,7 @@
2
"env": {
3
"mocha": true,
4
"node": true,
5
+ "es6": true
6
},
7
"rules": {
8
"camelcase": 1
src/app/minicharts/d3fns/geo.js
@@ -424,6 +424,7 @@ var minicharts_d3fns_geo = function() {
424
'stroke-width': 1
425
});
426
427
+ /* eslint no-undef: 0 */
428
render();
429
_.defer(function() {
430
map.resize();
0 commit comments