mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-08-17 21:13:58 +00:00
add linting remove unimplemented tests
This commit is contained in:
+6
-10
@@ -5,8 +5,7 @@
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
"build": "ng build",
|
||||
"watch": "ng build --watch --configuration development",
|
||||
"test": "ng test"
|
||||
"watch": "ng build --watch --configuration development"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
@@ -25,15 +24,12 @@
|
||||
"@angular-devkit/build-angular": "^16.2.1",
|
||||
"@angular/cli": "^16.2.1",
|
||||
"@angular/compiler-cli": "^16.2.4",
|
||||
"@types/jasmine": "^4.3.5",
|
||||
"@types/luxon": "^3.3.2",
|
||||
"@types/node": "^20.5.9",
|
||||
"jasmine-core": "^5.1.1",
|
||||
"karma": "^6.4.2",
|
||||
"karma-chrome-launcher": "^3.2.0",
|
||||
"karma-coverage": "^2.2.1",
|
||||
"karma-jasmine": "^5.1.0",
|
||||
"karma-jasmine-html-reporter": "^2.1.0",
|
||||
"typescript": "^5.1.6"
|
||||
"typescript": "^5.1.6",
|
||||
"eslint": "^8.48.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"prettier": "^3.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user