Fix Electron linting errors #929

Merged
IGassmann merged 14 commits from issue/397 into master 2018-01-15 20:12:34 +01:00
Showing only changes of commit 7068ebaf57 - Show all commits

27
.gitignore vendored
View file

@ -1,30 +1,5 @@
lyoshenka commented 2018-01-08 19:38:39 +01:00 (Migrated from github.com)
Review

this is here because many of us use JetBrains, which creates that dir

this is here because many of us use JetBrains, which creates that dir
IGassmann commented 2018-01-08 21:50:36 +01:00 (Migrated from github.com)
Review

I think it's better to keep project related ignore rules into the project .gitignoreand user-specific rules into the user's global .gitignore.

I think it's better to keep project related ignore rules into the project `.gitignore`and user-specific rules into the user's global `.gitignore`.
lyoshenka commented 2018-01-08 19:38:39 +01:00 (Migrated from github.com)
Review

this is here because many of us use JetBrains, which creates that dir

this is here because many of us use JetBrains, which creates that dir
IGassmann commented 2018-01-08 21:50:36 +01:00 (Migrated from github.com)
Review

I think it's better to keep project related ignore rules into the project .gitignoreand user-specific rules into the user's global .gitignore.

I think it's better to keep project related ignore rules into the project `.gitignore`and user-specific rules into the user's global `.gitignore`.
/node_modules
/LBRY-darwin-x64
lyoshenka commented 2018-01-08 19:38:39 +01:00 (Migrated from github.com)
Review

this is here because many of us use JetBrains, which creates that dir

this is here because many of us use JetBrains, which creates that dir
IGassmann commented 2018-01-08 21:50:36 +01:00 (Migrated from github.com)
Review

I think it's better to keep project related ignore rules into the project .gitignoreand user-specific rules into the user's global .gitignore.

I think it's better to keep project related ignore rules into the project `.gitignore`and user-specific rules into the user's global `.gitignore`.
/dist
lyoshenka commented 2018-01-08 19:38:39 +01:00 (Migrated from github.com)
Review

this is here because many of us use JetBrains, which creates that dir

this is here because many of us use JetBrains, which creates that dir
IGassmann commented 2018-01-08 21:50:36 +01:00 (Migrated from github.com)
Review

I think it's better to keep project related ignore rules into the project .gitignoreand user-specific rules into the user's global .gitignore.

I think it's better to keep project related ignore rules into the project `.gitignore`and user-specific rules into the user's global `.gitignore`.
/src/main/dist
lyoshenka commented 2018-01-08 19:38:39 +01:00 (Migrated from github.com)
Review

this is here because many of us use JetBrains, which creates that dir

this is here because many of us use JetBrains, which creates that dir
IGassmann commented 2018-01-08 21:50:36 +01:00 (Migrated from github.com)
Review

I think it's better to keep project related ignore rules into the project .gitignoreand user-specific rules into the user's global .gitignore.

I think it's better to keep project related ignore rules into the project `.gitignore`and user-specific rules into the user's global `.gitignore`.
/src/main/locales
lyoshenka commented 2018-01-08 19:38:39 +01:00 (Migrated from github.com)
Review

this is here because many of us use JetBrains, which creates that dir

this is here because many of us use JetBrains, which creates that dir
IGassmann commented 2018-01-08 21:50:36 +01:00 (Migrated from github.com)
Review

I think it's better to keep project related ignore rules into the project .gitignoreand user-specific rules into the user's global .gitignore.

I think it's better to keep project related ignore rules into the project `.gitignore`and user-specific rules into the user's global `.gitignore`.
/src/main/node_modules
lyoshenka commented 2018-01-08 19:38:39 +01:00 (Migrated from github.com)
Review

this is here because many of us use JetBrains, which creates that dir

this is here because many of us use JetBrains, which creates that dir
IGassmann commented 2018-01-08 21:50:36 +01:00 (Migrated from github.com)
Review

I think it's better to keep project related ignore rules into the project .gitignoreand user-specific rules into the user's global .gitignore.

I think it's better to keep project related ignore rules into the project `.gitignore`and user-specific rules into the user's global `.gitignore`.
/src/renderer/dist
lyoshenka commented 2018-01-08 19:38:39 +01:00 (Migrated from github.com)
Review

this is here because many of us use JetBrains, which creates that dir

this is here because many of us use JetBrains, which creates that dir
IGassmann commented 2018-01-08 21:50:36 +01:00 (Migrated from github.com)
Review

I think it's better to keep project related ignore rules into the project .gitignoreand user-specific rules into the user's global .gitignore.

I think it's better to keep project related ignore rules into the project `.gitignore`and user-specific rules into the user's global `.gitignore`.
/build/venv
lyoshenka commented 2018-01-08 19:38:39 +01:00 (Migrated from github.com)
Review

this is here because many of us use JetBrains, which creates that dir

this is here because many of us use JetBrains, which creates that dir
IGassmann commented 2018-01-08 21:50:36 +01:00 (Migrated from github.com)
Review

I think it's better to keep project related ignore rules into the project .gitignoreand user-specific rules into the user's global .gitignore.

I think it's better to keep project related ignore rules into the project `.gitignore`and user-specific rules into the user's global `.gitignore`.
/build/daemon.ver
/lbry-app-venv
lyoshenka commented 2018-01-08 19:38:39 +01:00 (Migrated from github.com)
Review

this is here because many of us use JetBrains, which creates that dir

this is here because many of us use JetBrains, which creates that dir
IGassmann commented 2018-01-08 21:50:36 +01:00 (Migrated from github.com)
Review

I think it's better to keep project related ignore rules into the project .gitignoreand user-specific rules into the user's global .gitignore.

I think it's better to keep project related ignore rules into the project `.gitignore`and user-specific rules into the user's global `.gitignore`.
/lbry-app
lyoshenka commented 2018-01-08 19:38:39 +01:00 (Migrated from github.com)
Review

this is here because many of us use JetBrains, which creates that dir

this is here because many of us use JetBrains, which creates that dir
IGassmann commented 2018-01-08 21:50:36 +01:00 (Migrated from github.com)
Review

I think it's better to keep project related ignore rules into the project .gitignoreand user-specific rules into the user's global .gitignore.

I think it's better to keep project related ignore rules into the project `.gitignore`and user-specific rules into the user's global `.gitignore`.
/lbry-venv
lyoshenka commented 2018-01-08 19:38:39 +01:00 (Migrated from github.com)
Review

this is here because many of us use JetBrains, which creates that dir

this is here because many of us use JetBrains, which creates that dir
IGassmann commented 2018-01-08 21:50:36 +01:00 (Migrated from github.com)
Review

I think it's better to keep project related ignore rules into the project .gitignoreand user-specific rules into the user's global .gitignore.

I think it's better to keep project related ignore rules into the project `.gitignore`and user-specific rules into the user's global `.gitignore`.
/static/daemon/lbrynet*
/static/locales
lyoshenka commented 2018-01-08 19:38:39 +01:00 (Migrated from github.com)
Review

this is here because many of us use JetBrains, which creates that dir

this is here because many of us use JetBrains, which creates that dir
IGassmann commented 2018-01-08 21:50:36 +01:00 (Migrated from github.com)
Review

I think it's better to keep project related ignore rules into the project .gitignoreand user-specific rules into the user's global .gitignore.

I think it's better to keep project related ignore rules into the project `.gitignore`and user-specific rules into the user's global `.gitignore`.
/daemon/build
lyoshenka commented 2018-01-08 19:38:39 +01:00 (Migrated from github.com)
Review

this is here because many of us use JetBrains, which creates that dir

this is here because many of us use JetBrains, which creates that dir
IGassmann commented 2018-01-08 21:50:36 +01:00 (Migrated from github.com)
Review

I think it's better to keep project related ignore rules into the project .gitignoreand user-specific rules into the user's global .gitignore.

I think it's better to keep project related ignore rules into the project `.gitignore`and user-specific rules into the user's global `.gitignore`.
/daemon/venv
lyoshenka commented 2018-01-08 19:38:39 +01:00 (Migrated from github.com)
Review

this is here because many of us use JetBrains, which creates that dir

this is here because many of us use JetBrains, which creates that dir
IGassmann commented 2018-01-08 21:50:36 +01:00 (Migrated from github.com)
Review

I think it's better to keep project related ignore rules into the project .gitignoreand user-specific rules into the user's global .gitignore.

I think it's better to keep project related ignore rules into the project `.gitignore`and user-specific rules into the user's global `.gitignore`.
/daemon/requirements.txt
lyoshenka commented 2018-01-08 19:38:39 +01:00 (Migrated from github.com)
Review

this is here because many of us use JetBrains, which creates that dir

this is here because many of us use JetBrains, which creates that dir
IGassmann commented 2018-01-08 21:50:36 +01:00 (Migrated from github.com)
Review

I think it's better to keep project related ignore rules into the project .gitignoreand user-specific rules into the user's global .gitignore.

I think it's better to keep project related ignore rules into the project `.gitignore`and user-specific rules into the user's global `.gitignore`.
/.idea
lyoshenka commented 2018-01-08 19:38:39 +01:00 (Migrated from github.com)
Review

this is here because many of us use JetBrains, which creates that dir

this is here because many of us use JetBrains, which creates that dir
IGassmann commented 2018-01-08 21:50:36 +01:00 (Migrated from github.com)
Review

I think it's better to keep project related ignore rules into the project .gitignoreand user-specific rules into the user's global .gitignore.

I think it's better to keep project related ignore rules into the project `.gitignore`and user-specific rules into the user's global `.gitignore`.
lyoshenka commented 2018-01-08 19:38:39 +01:00 (Migrated from github.com)
Review

this is here because many of us use JetBrains, which creates that dir

this is here because many of us use JetBrains, which creates that dir
IGassmann commented 2018-01-08 21:50:36 +01:00 (Migrated from github.com)
Review

I think it's better to keep project related ignore rules into the project .gitignoreand user-specific rules into the user's global .gitignore.

I think it's better to keep project related ignore rules into the project `.gitignore`and user-specific rules into the user's global `.gitignore`.
*.pyc
lyoshenka commented 2018-01-08 19:38:39 +01:00 (Migrated from github.com)
Review

this is here because many of us use JetBrains, which creates that dir

this is here because many of us use JetBrains, which creates that dir
IGassmann commented 2018-01-08 21:50:36 +01:00 (Migrated from github.com)
Review

I think it's better to keep project related ignore rules into the project .gitignoreand user-specific rules into the user's global .gitignore.

I think it's better to keep project related ignore rules into the project `.gitignore`and user-specific rules into the user's global `.gitignore`.
*.iml
lyoshenka commented 2018-01-08 19:38:39 +01:00 (Migrated from github.com)
Review

this is here because many of us use JetBrains, which creates that dir

this is here because many of us use JetBrains, which creates that dir
IGassmann commented 2018-01-08 21:50:36 +01:00 (Migrated from github.com)
Review

I think it's better to keep project related ignore rules into the project .gitignoreand user-specific rules into the user's global .gitignore.

I think it's better to keep project related ignore rules into the project `.gitignore`and user-specific rules into the user's global `.gitignore`.
.#*
lyoshenka commented 2018-01-08 19:38:39 +01:00 (Migrated from github.com)
Review

this is here because many of us use JetBrains, which creates that dir

this is here because many of us use JetBrains, which creates that dir
IGassmann commented 2018-01-08 21:50:36 +01:00 (Migrated from github.com)
Review

I think it's better to keep project related ignore rules into the project .gitignoreand user-specific rules into the user's global .gitignore.

I think it's better to keep project related ignore rules into the project `.gitignore`and user-specific rules into the user's global `.gitignore`.
lyoshenka commented 2018-01-08 19:38:39 +01:00 (Migrated from github.com)
Review

this is here because many of us use JetBrains, which creates that dir

this is here because many of us use JetBrains, which creates that dir
IGassmann commented 2018-01-08 21:50:36 +01:00 (Migrated from github.com)
Review

I think it's better to keep project related ignore rules into the project .gitignoreand user-specific rules into the user's global .gitignore.

I think it's better to keep project related ignore rules into the project `.gitignore`and user-specific rules into the user's global `.gitignore`.
build/daemon.zip
lyoshenka commented 2018-01-08 19:38:39 +01:00 (Migrated from github.com)
Review

this is here because many of us use JetBrains, which creates that dir

this is here because many of us use JetBrains, which creates that dir
IGassmann commented 2018-01-08 21:50:36 +01:00 (Migrated from github.com)
Review

I think it's better to keep project related ignore rules into the project .gitignoreand user-specific rules into the user's global .gitignore.

I think it's better to keep project related ignore rules into the project `.gitignore`and user-specific rules into the user's global `.gitignore`.
.vimrc
lyoshenka commented 2018-01-08 19:38:39 +01:00 (Migrated from github.com)
Review

this is here because many of us use JetBrains, which creates that dir

this is here because many of us use JetBrains, which creates that dir
IGassmann commented 2018-01-08 21:50:36 +01:00 (Migrated from github.com)
Review

I think it's better to keep project related ignore rules into the project .gitignoreand user-specific rules into the user's global .gitignore.

I think it's better to keep project related ignore rules into the project `.gitignore`and user-specific rules into the user's global `.gitignore`.
lyoshenka commented 2018-01-08 19:38:39 +01:00 (Migrated from github.com)
Review

this is here because many of us use JetBrains, which creates that dir

this is here because many of us use JetBrains, which creates that dir
IGassmann commented 2018-01-08 21:50:36 +01:00 (Migrated from github.com)
Review

I think it's better to keep project related ignore rules into the project .gitignoreand user-specific rules into the user's global .gitignore.

I think it's better to keep project related ignore rules into the project `.gitignore`and user-specific rules into the user's global `.gitignore`.
package-lock.json
lyoshenka commented 2018-01-08 19:38:39 +01:00 (Migrated from github.com)
Review

this is here because many of us use JetBrains, which creates that dir

this is here because many of us use JetBrains, which creates that dir
IGassmann commented 2018-01-08 21:50:36 +01:00 (Migrated from github.com)
Review

I think it's better to keep project related ignore rules into the project .gitignoreand user-specific rules into the user's global .gitignore.

I think it's better to keep project related ignore rules into the project `.gitignore`and user-specific rules into the user's global `.gitignore`.
lyoshenka commented 2018-01-08 19:38:39 +01:00 (Migrated from github.com)
Review

this is here because many of us use JetBrains, which creates that dir

this is here because many of us use JetBrains, which creates that dir
IGassmann commented 2018-01-08 21:50:36 +01:00 (Migrated from github.com)
Review

I think it's better to keep project related ignore rules into the project .gitignoreand user-specific rules into the user's global .gitignore.

I think it's better to keep project related ignore rules into the project `.gitignore`and user-specific rules into the user's global `.gitignore`.
.DS_Store
lyoshenka commented 2018-01-08 19:38:39 +01:00 (Migrated from github.com)
Review

this is here because many of us use JetBrains, which creates that dir

this is here because many of us use JetBrains, which creates that dir
IGassmann commented 2018-01-08 21:50:36 +01:00 (Migrated from github.com)
Review

I think it's better to keep project related ignore rules into the project .gitignoreand user-specific rules into the user's global .gitignore.

I think it's better to keep project related ignore rules into the project `.gitignore`and user-specific rules into the user's global `.gitignore`.
/static/locales
lyoshenka commented 2018-01-08 19:38:39 +01:00 (Migrated from github.com)
Review

this is here because many of us use JetBrains, which creates that dir

this is here because many of us use JetBrains, which creates that dir
IGassmann commented 2018-01-08 21:50:36 +01:00 (Migrated from github.com)
Review

I think it's better to keep project related ignore rules into the project .gitignoreand user-specific rules into the user's global .gitignore.

I think it's better to keep project related ignore rules into the project `.gitignore`and user-specific rules into the user's global `.gitignore`.