fix: update eslint rules

This commit is contained in:
Mythie
2023-08-30 12:35:43 +10:00
parent 7811035384
commit 2ba7df4881
7 changed files with 41 additions and 305 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"extends": "@documenso/tsconfig/react-library.json",
"include": ["."],
"exclude": ["dist", "build", "node_modules"]
}