mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-19 10:15:59 +08:00
style: format
This commit is contained in:
15
package.json
15
package.json
@@ -1,12 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"description": "A GitHub Action easily helps you automatically manage issues.",
|
||||
"keywords": [
|
||||
"actions",
|
||||
"issue",
|
||||
"helper",
|
||||
"github"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/actions-cool/issues-helper.git",
|
||||
@@ -14,7 +8,6 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "xrkffgg",
|
||||
"main": "src/main.ts",
|
||||
"scripts": {
|
||||
"dev": "APP_ROOT=web dumi dev",
|
||||
"start": "APP_ROOT=web dumi dev",
|
||||
@@ -22,10 +15,10 @@
|
||||
"docs-dev:build": "APP_ROOT=web UMI_ENV=dev dumi build",
|
||||
"docs:deploy": "gh-pages -d docs-dist",
|
||||
"deploy": "npm run docs:build && npm run docs:deploy",
|
||||
"format": "prettier --write **/*.ts",
|
||||
"format-check": "prettier --check **/*.ts",
|
||||
"lint": "eslint src/*.ts",
|
||||
"lint-fix": "eslint src/*.ts --fix",
|
||||
"format": "prettier --write **/*.ts **/*/*.ts",
|
||||
"format-check": "prettier --check **/*.ts **/*/*.ts",
|
||||
"lint": "eslint src/*.ts src/*/*.ts",
|
||||
"lint-fix": "eslint src/*.ts src/*/*.ts --fix",
|
||||
"check-commit": "node ./scripts/check-commit.js",
|
||||
"tag": "node ./scripts/tag.js",
|
||||
"release": "node ./scripts/release",
|
||||
|
Reference in New Issue
Block a user