test: run eslint command with no file arguments (#296)

This commit is contained in:
Alfi Maulana 2024-04-14 16:16:25 +07:00 committed by GitHub
parent 5df7fa3297
commit d2c0774caa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@
"scripts": {
"build": "ncc build src/index.ts",
"format": "prettier --write --cache . !dist !README.md",
"lint": "eslint .",
"lint": "eslint",
"test": "jest"
},
"dependencies": {