mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-17 09:59:10 +00:00
chore: fix lint issues
This commit is contained in:
parent
5334353c84
commit
462ef26ea2
8 changed files with 27 additions and 3 deletions
|
@ -28,5 +28,11 @@
|
|||
}
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
|
||||
"exclude": ["node_modules", "**/*.stories.tsx", "packages/api"]
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"**/*.stories.tsx",
|
||||
"packages/api",
|
||||
"packages/interactions",
|
||||
"packages/worker-utils"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue