tools: enable linter for TypeScript (#2997)

* tools: enable linter for TypeScript files and code snippets

* types: remove remaning namespaces

* tools: remove unused Babel decorator plugin
This commit is contained in:
Antoine du Hamel 2021-07-13 14:28:14 +02:00 committed by GitHub
parent ce58c057df
commit 5630f7dc07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
113 changed files with 3549 additions and 6656 deletions

View file

@ -23,7 +23,7 @@ jobs:
run: npm run test:unit
lint_js:
name: Lint JavaScript
name: Lint JavaScript/TypeScript
runs-on: ubuntu-latest
steps:
- name: Checkout sources