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

@ -8,6 +8,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"clean": "rimraf .next && rimraf node_modules",
"copy:pdfjs": "node ../../scripts/copy-pdfjs.cjs"
},