mirror of
https://github.com/actions/checkout.git
synced 2025-12-14 06:19:24 +00:00
Fix eslint script and related code
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"build": "tsc && ncc build && node lib/misc/generate-docs.js",
|
||||
"format": "prettier --write '**/*.ts'",
|
||||
"format-check": "prettier --check '**/*.ts'",
|
||||
"lint": "eslint src/**/*.ts",
|
||||
"lint": "eslint 'src/**/*.ts'",
|
||||
"test": "jest",
|
||||
"licensed-check": "src/misc/licensed-check.sh",
|
||||
"licensed-generate": "src/misc/licensed-generate.sh"
|
||||
|
||||
Reference in New Issue
Block a user