fix: 格式化
This commit is contained in:
parent
a2d35ef831
commit
debce10b6c
2
LICENSE
2
LICENSE
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
module.exports = {extends: ['@commitlint/config-conventional']};
|
||||
module.exports = { extends: ['@commitlint/config-conventional'] };
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue