We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 467f621 commit 6d7f12fCopy full SHA for 6d7f12f
.eslintrc
@@ -1,5 +1,5 @@
1
-ecmaFeatures:
2
- modules: true
+parserOptions:
+ sourceType: "module"
3
4
env:
5
es6: true
package.json
@@ -30,8 +30,9 @@
30
"d3-color": "~0.4.0"
31
},
32
"devDependencies": {
33
+ "eslint": "2",
34
"json2module": "0.0",
- "rollup": "0.25",
35
+ "rollup": "0.26",
36
"tape": "4",
37
"uglify-js": "2"
38
}
0 commit comments