fix: 格式化

This commit is contained in:
Pan Qiancheng 2025-03-21 14:04:36 +08:00
parent a2d35ef831
commit debce10b6c
3 changed files with 4 additions and 4 deletions

View File

@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Copyright [qcqcqc] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

View File

@ -1 +1 @@
module.exports = {extends: ['@commitlint/config-conventional']};
module.exports = { extends: ['@commitlint/config-conventional'] };

View File

@ -2,7 +2,7 @@
"name": "nodejstemplatets",
"version": "1.0.0",
"description": "Nodejs+Typescript+Eslint+Prettier+Husky项目构建",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
@ -12,7 +12,7 @@
"format": "prettier --write ./src",
"prepare": "husky install"
},
"keywords": [],
"keywords": ["nodejs", "typescript", "eslint", "prettier", "husky", "template"],
"author": "",
"license": "ISC",
"devDependencies": {