mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 03:08:34 +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
|
|
@ -105,15 +105,11 @@
|
|||
}
|
||||
},
|
||||
"lint": {
|
||||
"builder": "@angular-devkit/build-angular:tslint",
|
||||
"builder": "@angular-eslint/builder:lint",
|
||||
"options": {
|
||||
"tsConfig": [
|
||||
"tsconfig.app.json",
|
||||
"tsconfig.spec.json",
|
||||
"e2e/tsconfig.json"
|
||||
],
|
||||
"exclude": [
|
||||
"**/node_modules/**"
|
||||
"lintFilePatterns": [
|
||||
"src/**/*.ts",
|
||||
"src/**/*.html"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
@ -132,5 +128,8 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"defaultProject": "angular-example"
|
||||
"defaultProject": "angular-example",
|
||||
"cli": {
|
||||
"defaultCollection": "@angular-eslint/schematics"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue