Fix linting issues: configure knip for test files and fix prettier formatting
Co-authored-by: C4illin <20753603+C4illin@users.noreply.github.com>
This commit is contained in:
parent
bb67b708e7
commit
a63651f715
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://unpkg.com/knip@5/schema.json",
|
"$schema": "https://unpkg.com/knip@5/schema.json",
|
||||||
|
"entry": ["tests/**/*.test.ts"],
|
||||||
"project": ["src/**/*.ts", "src/**/*.tsx", "tests/**/*.ts"],
|
"project": ["src/**/*.ts", "src/**/*.tsx", "tests/**/*.ts"],
|
||||||
"tailwind": {
|
"tailwind": {
|
||||||
"entry": ["src/main.css"]
|
"entry": ["src/main.css"]
|
||||||
|
|
|
||||||
|
|
@ -56,4 +56,4 @@
|
||||||
"@parcel/watcher",
|
"@parcel/watcher",
|
||||||
"@tailwindcss/oxide"
|
"@tailwindcss/oxide"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue