Skip to content

Commit

Permalink
Disable linter on xcode json (#58)
Browse files Browse the repository at this point in the history
* Ignore JS/JSON in safari extension folder in linter

Added code formatting task to make linter pass in safari extension, will revert this commit once that’s done.

* Ignore xcuserdata directories

* Delete more .DS_Store files
  • Loading branch information
workwithnano authored Jan 3, 2024
1 parent b8baeed commit 8b99024
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
built/
.vscode/
.vscode/
xcuserdata/
3 changes: 2 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"noExtraBooleanCast": "off",
"noForEach": "off"
}
}
},
"ignore": ["safari/"]
},
"formatter": {
"enabled": true,
Expand Down
Binary file removed safari/Universal/.DS_Store
Binary file not shown.
Binary file removed safari/Universal/Kagi Search (iOS)/.DS_Store
Binary file not shown.
Binary file removed safari/Universal/Kagi Search (macOS)/.DS_Store
Binary file not shown.
Binary file removed safari/Universal/Shared (App)/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed safari/Universal/Shared (Extension)/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 8b99024

Please sign in to comment.