Move all files under /app to typescript
This commit is contained in:
parent
7bb6ad534f
commit
24960d481e
40 changed files with 745 additions and 620 deletions
|
@ -1,11 +1,4 @@
|
|||
[
|
||||
{
|
||||
"rule": "jQuery-load(",
|
||||
"path": "app/locale.js",
|
||||
"line": "function load({ appLocale, logger } = {}) {",
|
||||
"reasonCategory": "falseMatch",
|
||||
"updated": "2018-09-13T21:20:44.234Z"
|
||||
},
|
||||
{
|
||||
"rule": "jQuery-after(",
|
||||
"path": "components/indexeddb-backbonejs-adapter/backbone-indexeddb.js",
|
||||
|
|
|
@ -28,6 +28,7 @@ const excludedFilesRegexps = [
|
|||
'\\.d\\.ts$',
|
||||
|
||||
// High-traffic files in our project
|
||||
'^app/.+(ts|js)',
|
||||
'^ts/models/messages.js',
|
||||
'^ts/models/messages.ts',
|
||||
'^ts/models/conversations.js',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue