Skip to content

Commit

Permalink
v1.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
shirtiny committed Dec 9, 2021
1 parent 819559b commit 54134f7
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 20 deletions.
17 changes: 17 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"root": true,
"env": {
"node": true
},
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint", "prettier"],
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
},
"extends": ["plugin:prettier/recommended"],
"rules": {
// 不符prettier的地标出警告
"prettier/prettier": 1
}
}
17 changes: 0 additions & 17 deletions .eslintrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion config/server.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* @Author: Shirtiny
* @Date: 2021-06-25 17:35:25
* @LastEditTime: 2021-12-09 15:31:14
* @LastEditTime: 2021-12-09 20:53:28
* @Description:
*/
"use strict";
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shirtiny/ts-lib-template",
"version": "1.4.15",
"version": "1.4.16",
"description": "ts-lib-template desc",
"type": "module",
"types": "./dist/types/main.d.ts",
Expand Down Expand Up @@ -60,7 +60,6 @@
"camelcase": "^6.2.1",
"dotenv-cli": "^4.0.0",
"esbuild": "0.12.5",
"esbuild-plugin-inline-worker": "^0.1.1",
"esbuild-plugin-time": "^1.0.0",
"esbuild-sass-plugin": "^1.4.8",
"eslint": "^7.28.0",
Expand Down

0 comments on commit 54134f7

Please sign in to comment.