Skip to content

Commit

Permalink
chore: remove previous electron devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed May 9, 2022
1 parent c7212f0 commit e4936c7
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 870 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# editorconfig.org
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = LF
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.rs]
indent_size = 4

[*.md]
trim_trailing_whitespace = false
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"postinstall": "husky install",
"start": "BROWSER=none react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
Expand Down Expand Up @@ -73,13 +72,9 @@
"@tauri-apps/cli": "^1.0.0-rc.9",
"@commitlint/cli": "^16.2.4",
"@commitlint/config-conventional": "^16.2.4",
"concurrently": "^7.1.0",
"electron": "^18.0.3",
"electron-packager": "^15.4.0",
"eslint-config-prettier": "^8.5.0",
"husky": "^7.0.4",
"lint-staged": "^12.4.1",
"prettier": "^2.6.2",
"wait-on": "^6.0.1"
"prettier": "^2.6.2"
}
}
Loading

0 comments on commit e4936c7

Please sign in to comment.