Skip to content

Commit af675c6

Browse files
committed
use eslint-disable instead of listing in eslintignore
1 parent 422430d commit af675c6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ build
44

55
test/jasmine/assets/jquery-1.8.3.min.js
66
src/plots/polar/micropolar.js
7-
src/plots/geo/projections.js

src/plots/geo/projections.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
'use strict';
1818

19+
/* eslint-disable */
20+
1921
function addProjectionsToD3(d3) {
2022
d3.geo.project = function(object, projection) {
2123
var stream = projection.stream;

0 commit comments

Comments
 (0)