Add token generation

This commit is contained in:
Wessel Tip
2019-08-05 19:26:05 +02:00
parent 496cd5641c
commit 6f622cea94
44 changed files with 3574 additions and 124 deletions

View File

@@ -33,6 +33,7 @@
"templateStrings": true,
"superInFunctions": true,
"unicodeCodePointEscapes": true,
"experimentalObjectRestSpread": true,
"objectLiteralShorthandMethods": true,
"objectLiteralComputedProperties": true,
"objectLiteralDuplicateProperties": true,
@@ -42,7 +43,7 @@
"plugins": [],
"rules": {
"semi": "warn",
"indent": [ 0, 2 ],
"indent": [ "off", "error" ],
"strict": "off",
"eqeqeq": "error",
"no-var": "warn",
@@ -62,4 +63,4 @@
"_config": false,
"console": false
}
}
}