Skip to content

Commit

Permalink
build: remove tslint dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
javiermarinros committed Jan 19, 2024
1 parent 2dcd86e commit af4c858
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 274 deletions.
2 changes: 0 additions & 2 deletions projects/ng-talk/firebase-functions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "functions",
"scripts": {
"lint": "tslint --project tsconfig.json",
"build": "tsc",
"serve": "npm run build && firebase serve --only functions",
"shell": "npm run build && firebase functions:shell",
Expand All @@ -15,7 +14,6 @@
"firebase-functions": "^2.2.0"
},
"devDependencies": {
"tslint": "~5.8.0",
"typescript": "~3.3.3333"
},
"private": true
Expand Down
117 changes: 0 additions & 117 deletions projects/ng-talk/firebase-functions/tslint.json

This file was deleted.

17 changes: 0 additions & 17 deletions projects/ng-talk/tslint.json

This file was deleted.

138 changes: 0 additions & 138 deletions tslint.json

This file was deleted.

0 comments on commit af4c858

Please sign in to comment.