chore: add some eslint rules (#344)

This commit is contained in:
Nafees Nazik
2023-11-14 14:31:45 +05:30
committed by Mythie
parent 3f0341c7d4
commit ca9c0d7bf0
11 changed files with 264 additions and 77 deletions

16
.prettierignore Normal file
View File

@@ -0,0 +1,16 @@
node_modules
.next
public
**/**/node_modules
**/**/.next
**/**/public
*.lock
*.log
*.test.ts
.gitignore
.npmignore
.prettierignore
.DS_Store
.eslintignore