Compare commits

..

No commits in common. "main" and "a9ef0f2081d4c39a997b894b310f220ab9f10c1e" have entirely different histories.

3 changed files with 8 additions and 18 deletions

View File

@ -3,7 +3,8 @@ type: docker
name: ci
steps:
- name: build
image: node
image: d.ctdn.net/node
commands:
- npm config set registry https://r.ctdn.net
- npm install
- npm run build
- npm run build

View File

@ -1,11 +0,0 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"

View File

@ -23,16 +23,16 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"eslint": "^8.15.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsdoc": "^39.2.9",
"eslint-plugin-jsdoc": "^36.0.8",
"eslint-plugin-prefer-arrow": "^1.2.3",
"husky": "^8.0.1",
"lint-staged": "^12.4.1",
"husky": "^7.0.2",
"lint-staged": "^11.1.2",
"prettier": "2.3.2",
"ts-node-dev": "^1.1.8",
"typescript": "^4.4.2",
"@types/node": "^17.0.33"
"@types/node": "^16.9.1"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"