Skip to content

Commit

Permalink
Remove references to tslint.
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-seddon committed Mar 11, 2023
1 parent 296c5c0 commit 92bf55b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 11 deletions.
41 changes: 32 additions & 9 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"main": ".build/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tslint": "./node_modules/.bin/tslint",
"compile": "tsc -p ./tsconfig.json",
"lint": "eslint -f unix -c .eslintrc.js --ext .ts .",
"start": "npm run compile && node ./.build/main.js"
Expand Down Expand Up @@ -35,7 +34,6 @@
"eslint-plugin-jsdoc": "^40.0.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"pkg": "^5",
"tslint": "^5.20.1",
"typescript": "^4.9"
},
"engines": {
Expand Down

0 comments on commit 92bf55b

Please sign in to comment.