test: run eslint command with no file arguments

This commit is contained in:
Alfi Maulana 2024-04-13 13:44:23 +07:00
parent 5df7fa3297
commit 608bac42ca
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4

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": {