chore: update lucide-react versions (#6551)
This commit is contained in:
parent
4cf0c702ce
commit
a5c2acb5f1
7 changed files with 15 additions and 5 deletions
5
packages/constants/.prettierignore
Normal file
5
packages/constants/.prettierignore
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
.next
|
||||
.turbo
|
||||
out/
|
||||
dist/
|
||||
build/
|
||||
5
packages/constants/.prettierrc
Normal file
5
packages/constants/.prettierrc
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"printWidth": 120,
|
||||
"tabWidth": 2,
|
||||
"trailingComma": "es5"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue