Skip to content

Commit

Permalink
Merge pull request #175 from matrix-org/hs/packages
Browse files Browse the repository at this point in the history
Update packages
  • Loading branch information
Half-Shot authored Jul 24, 2020
2 parents fb3e32d + 7b7e268 commit 2dbeacf
Show file tree
Hide file tree
Showing 5 changed files with 2,425 additions and 1,359 deletions.
5 changes: 3 additions & 2 deletions .eslintrcts.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,11 @@
"keyword-spacing": [1, {"before": true, "after": true}],
"space-before-blocks": [1, "always"],
"@typescript-eslint/explicit-function-return-type": 0,
"@typescript-eslint/camelcase": ["error", { "properties": "never" }],
"camelcase": ["error", { "properties": "never" }],
"@typescript-eslint/ban-ts-ignore": 0,
"no-unused-vars": 0,
"strict": ["error", "never" ],
"no-var": 2
"no-var": 2,
"@typescript-eslint/explicit-module-boundary-types": 0
}
}
1 change: 1 addition & 0 deletions changelog.d/175.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update packages to latest versions
Loading

0 comments on commit 2dbeacf

Please sign in to comment.