Skip to content

Commit 1762a8f

Browse files
committed
Fix lint script
Remove unused argument.
1 parent f1a2b87 commit 1762a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint": ">=7"
3535
},
3636
"scripts": {
37-
"lint": "eslint --config index.js ."
37+
"lint": "eslint --config index.js"
3838
},
3939
"prettier": "prettier-config-web-scrobbler"
4040
}

0 commit comments

Comments
 (0)