Big update

This commit is contained in:
garronej 2021-08-01 03:44:42 +02:00
parent 971e028503
commit 974054f2b8
3 changed files with 51 additions and 330 deletions

View file

@ -43,13 +43,13 @@
"homepage": "https://github.com/#{USER_OR_ORG}#/#{REPO_NAME}#",
"devDependencies": {
"@types/node": "^16.4.9",
"typescript": "^4.3.5",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"husky": "^4.3.8",
"lint-staged": "^11.1.1",
"prettier": "^2.3.2",
"typescript": "^4.3.5"
"prettier": "^2.3.2"
}
}