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

View File

@ -12,7 +12,8 @@
"index.tsx"
],
"scripts": {
"lint": "eslint \"**/*.ts*\"",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"clean": "rimraf node_modules"
},
"devDependencies": {