Skip to content

Commit

Permalink
Merge pull request #540 from webcat12345/remove-tslint
Browse files Browse the repository at this point in the history
build(dev-dependencies): Remove tslint
  • Loading branch information
cmckni3 authored Jan 31, 2025
2 parents 8fe1bfa + 4bcdb6d commit a1f4851
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 322 deletions.
24 changes: 0 additions & 24 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,6 @@
"scripts": [],
"assets": ["src/favicon.ico", "src/assets"]
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": ["src/tsconfig.app.json", "src/tsconfig.spec.json"],
"exclude": ["**/node_modules/**"]
}
}
}
},
Expand All @@ -118,13 +111,6 @@
"devServerTarget": "ngx-intl-tel-input-app:serve:production"
}
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": "e2e/tsconfig.e2e.json",
"exclude": ["**/node_modules/**"]
}
}
}
},
Expand All @@ -148,16 +134,6 @@
"tsConfig": "projects/ngx-intl-tel-input/tsconfig.spec.json",
"karmaConfig": "projects/ngx-intl-tel-input/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/ngx-intl-tel-input/tsconfig.lib.json",
"projects/ngx-intl-tel-input/tsconfig.spec.json"
],
"exclude": ["**/node_modules/**"]
}
}
}
}
Expand Down
304 changes: 9 additions & 295 deletions package-lock.json

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

Loading

0 comments on commit a1f4851

Please sign in to comment.