Add experimental AstServiceParser

This commit is contained in:
Kim Biesbjerg
2017-01-28 15:22:08 +01:00
parent 303fb1b6de
commit 1c3915ff43
6 changed files with 349 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
"indent": [true, "tabs"],
"semicolon": [true, "always", "ignore-interfaces"],
"quotemark": [true, "single", "avoid-escape"],
"only-arrow-functions": true,
"only-arrow-functions": false,
"no-duplicate-variable": true,
"member-access": true,
"member-ordering": [