custom types work. Now I need to re-implement the test case from 0.5

This commit is contained in:
Kevin Jahns
2015-07-06 18:37:54 +02:00
parent 79ec71d559
commit 9b6183ea70
8 changed files with 86 additions and 39 deletions

View File

@@ -7,7 +7,8 @@
"camelcase": [1, {"properties": "never"}],
"no-underscore-dangle": 0,
"no-constant-condition": 0,
"no-empty": 0
"no-empty": 0,
"new-cap": [2, { "capIsNewExceptions": ["List"] }],
},
"parser": "babel-eslint",
"globals": {