Skip to content

Commit

Permalink
Merge pull request #24 from ndianabasi/implement_persistent_filenames…
Browse files Browse the repository at this point in the history
…_for_attachments

Implement Persistent File Names Across Attachment Updates
  • Loading branch information
ndianabasi authored Nov 4, 2024
2 parents d0bb595 + 57e17da commit 54427e0
Show file tree
Hide file tree
Showing 17 changed files with 161,688 additions and 130,025 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": [
"plugin:adonis/typescriptPackage",
"prettier"
"plugin:prettier/recommended"
],
"plugins": [
"prettier"
Expand Down
4 changes: 2 additions & 2 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ daysUntilClose: 7

# Issues with these labels will never be considered stale
exemptLabels:
- "Type: Security"
- 'Type: Security'

# Label to use when marking an issue as stale
staleLabel: "Status: Abandoned"
staleLabel: 'Status: Abandoned'

# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ shrinkwrap.yaml
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.eslintcache
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx yarn lint --fix --cache && git add .
Loading

0 comments on commit 54427e0

Please sign in to comment.