Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
move electron from dependencies to dev-dependencies (#76)
Browse files Browse the repository at this point in the history
* move electron from dependencies to dev-dependencies

* update eslint
  • Loading branch information
blue0513 authored Apr 17, 2020
1 parent c15195f commit dfaa517
Show file tree
Hide file tree
Showing 3 changed files with 214 additions and 72 deletions.
5 changes: 5 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"ecmaVersion": 2018
},
"rules": {
"import/no-extraneous-dependencies": [
"error", {
"devDependencies": true
}
],
"no-use-before-define": [
"error", {
"functions": false,
Expand Down
Loading

0 comments on commit dfaa517

Please sign in to comment.