Skip to content

Commit

Permalink
fix: eslint path
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Feb 24, 2020
1 parent 1efda4d commit ea77337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"ci:report": "cat coverage/lcov.info | coveralls",
"ci:test": "jest --ci --coverage",
"format": "prettier \"**/*.{json,md,js,ts}\" --write",
"lint": "tsc --noEmit && eslint -f codeframe ./src/**/*.ts",
"lint": "tsc --noEmit && eslint -f codeframe './src/**/*.ts'",
"release": "standard-version",
"prepublishOnly": "npm run build",
"test": "jest --watch",
Expand Down

0 comments on commit ea77337

Please sign in to comment.