mirror of
https://github.com/actions/stale.git
synced 2025-12-10 12:07:09 +00:00
Fix formatting check
This commit is contained in:
@@ -6,8 +6,8 @@
|
|||||||
"main": "lib/main.js",
|
"main": "lib/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc --project tsconfig.app.json",
|
"build": "tsc --project tsconfig.app.json",
|
||||||
"format": "prettier --write --ignore-unknown **/*.{md,json,yml,ts}",
|
"format": "prettier --write --ignore-unknown **/*.{json,yml,ts}",
|
||||||
"format-check": "prettier --check --ignore-unknown **/*.{md,json,yml,ts}",
|
"format-check": "prettier --check --ignore-unknown **/*.{json,yml,ts}",
|
||||||
"lint": "eslint src/**/*.ts",
|
"lint": "eslint src/**/*.ts",
|
||||||
"lint:fix": "eslint src/**/*.ts --fix",
|
"lint:fix": "eslint src/**/*.ts --fix",
|
||||||
"lint:all": "npm run format-check && npm run lint",
|
"lint:all": "npm run format-check && npm run lint",
|
||||||
|
|||||||
Reference in New Issue
Block a user