Skip to content

Commit

Permalink
update icon-name
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-phan committed Jul 12, 2024
1 parent 4b35084 commit 4163792
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"root": "."
},
"files": {
"ignore": ["dist/**", "build/**", ".turbo/**", "templates/**"]
"ignore": [
"dist/**",
"build/**",
".turbo/**",
"templates/**",
"package-lock.json"
]
}
}
1 change: 1 addition & 0 deletions packages/core/src/icon-name.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export type IconName =
| 'loader'
| 'log-out'
| 'map-pinned'
| 'map'
| 'maximize'
| 'message-circle'
| 'message-square'
Expand Down

0 comments on commit 4163792

Please sign in to comment.