frontend: add grpc-web script, lint fixes, hello world

This commit is contained in:
Patrik Oldsberg
2020-02-03 19:21:28 +01:00
parent 0a15c43341
commit 2d46724338
11 changed files with 610 additions and 88 deletions
+2
View File
@@ -21,4 +21,6 @@ module.exports = {
version: 'detect',
},
},
// Adding this to .eslintignore just doesn't even, let me know if you can make it work ._.
ignorePatterns: ['**/*_pb.js', '**/*_pb.d.ts'],
};