feat: Add eslint

This commit is contained in:
Wanjohi
2024-08-30 10:26:36 +03:00
parent fd16947e14
commit 1cef08ebdf
5 changed files with 22 additions and 60 deletions

View File

@@ -1,8 +1,8 @@
{
"extends": "@nestri/typescript-config/react-library.json",
"extends": "@nestri/typescript-config/base.json",
"compilerOptions": {
"outDir": "dist"
},
"include": ["src", "tailwind.config.js", "post.config.js"],
"include": ["src", "./*.config.js"],
"exclude": ["node_modules", "dist"]
}