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 e64c7c2 commit ac076b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@
},
"devDependencies": {
"d3-polygon": "~0.2.0",
"eslint": "2",
"json2module": "0.0",
"rollup": "0.25",
"rollup": "0.26",
"tape": "4",
"uglify-js": "2"
}
Expand Down

0 comments on commit ac076b9

Please sign in to comment.