Skip to content

Commit

Permalink
Fix generated format & lint churn
Browse files Browse the repository at this point in the history
  • Loading branch information
OJFord committed Mar 27, 2024
1 parent 5feff09 commit cf52bbc
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 12,441 deletions.
1 change: 1 addition & 0 deletions eml-client/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/dist
/src-tauri/gen
4 changes: 1 addition & 3 deletions eml-client/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ export default [
],
"array-element-newline": [
"error",
{
minItems: 1,
},
"always",
],
"comma-dangle": [
"error",
Expand Down
4 changes: 2 additions & 2 deletions eml-client/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ edition = "2021"
build = "src/build.rs"

[build-dependencies]
tauri-build = "^2.0.0-beta"
tauri-build = { version = "^2.0.0-beta", features = [] }

[dependencies]
ammonia = "^3.1.2"
anyhow = "^1.0"
notmuch-more = "^0.0.0"
serde_json = "^1.0"
tauri = "^2.0.0-beta"
tauri = { version = "^2.0.0-beta", features = [] }
tauri-plugin-dialog = "^2.0.0-beta.2"
tauri-plugin-fs = "^2.0.0-beta.2"
tauri-plugin-shell = "^2.0.0-beta.2"
Expand Down
Loading

0 comments on commit cf52bbc

Please sign in to comment.