add UI editor

This commit is contained in:
Ian Richardson
2019-11-05 22:35:12 -06:00
parent 81c3e51342
commit d7c51bcbe6
11 changed files with 570 additions and 17 deletions
+3
View File
@@ -10,4 +10,7 @@ module.exports = {
sourceType: 'module', // Allows for the use of imports
experimentalDecorators: true,
},
rules: {
"@typescript-eslint/camelcase": 0
}
};