Skip to content

Commit

Permalink
Add ESLint. Related d3/d3-scale#59.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed May 15, 2016
1 parent 6a7e811 commit b21c20d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ecmaFeatures:
modules: true
parserOptions:
sourceType: "module"

env:
es6: true
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
},
"devDependencies": {
"d3-array": "0.7",
"eslint": "2",
"json2module": "0.0",
"rollup": "0.26",
"tape": "4",
Expand Down

0 comments on commit b21c20d

Please sign in to comment.