Lint tweaks (#502)

* lint json files & add lint ignore list

* lint against plain console logs

* Update .lintstagedrc.js

Co-Authored-By: Lipis <lipiridis@gmail.com>

* format .tsconfig

* don't lint against console.info

* change log to console.info

Co-authored-by: Lipis <lipiridis@gmail.com>
This commit is contained in:
David Luzar 2020-01-22 15:13:00 +01:00 committed by GitHub
parent bef279417e
commit 4942a452e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 314 additions and 13 deletions

4
.eslintignore Normal file
View file

@ -0,0 +1,4 @@
node_modules/
build/
package-lock.json
.vscode/