mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
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:
parent
ce58c057df
commit
5630f7dc07
113 changed files with 3549 additions and 6656 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue