mitre / heimdall-vue

(deprecated) A refactor of the heimdall-lite project using vue, see:
https://github.com/mitre/heimdall-vuetify
Other
8 stars 3 forks source link

Lint and Compile typescript #91

Closed Mitriol closed 5 years ago

Mitriol commented 5 years ago

Resolves issue #90 .

Also fixes the issue that linting of typescript currently fails.

Unsure if I did linter changes properly. They still seem to properly lint files, except that they allow typescript syntax in .js files. Which is technically valid, if a bit weird.