diff --git a/package.json b/package.json index 316ece8..7d9b0d6 100644 --- a/package.json +++ b/package.json @@ -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": {