Skip to content

Commit 30fc121

Browse files
committed
Removes unnecessary config passing in lint:verify
1 parent ba62c05 commit 30fc121

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"prettier:verify": "prettier --check .",
8080
"prettier:fix": "prettier --write .",
8181
"lint:fix": "eslint . --fix",
82-
"lint:verify": "eslint . --config eslint.config.js",
82+
"lint:verify": "eslint .",
8383
"postpack": "rm -f oclif.manifest.json",
8484
"prepack": "npm run compile",
8585
"preversion": "npm run compile",

0 commit comments

Comments
 (0)