Bump deps (#232)

* Bump deps

* Linting updates (remove hack)
This commit is contained in:
Jaco Greeff
2019-10-22 13:37:20 +02:00
committed by GitHub
parent 4de930db05
commit f2f36e2db0
12 changed files with 304 additions and 403 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ module.exports = {
parserOptions: {
...base.parserOptions,
project: [
'./tsconfig.eslint.json'
'./tsconfig.json'
]
}
};