update tslint -> eslint

This commit is contained in:
2021-05-21 20:17:26 +02:00
parent 80260df71f
commit a195fafa6b
252 changed files with 3080 additions and 2420 deletions

View File

@@ -4,7 +4,7 @@
"scripts": {
"start": "ng serve --aot",
"build": "ng build",
"deploy": "ng build --prod && firebase deploy",
"deploy": "npm i && ng build --prod && firebase deploy",
"test": "ng test",
"lint": "ng lint --fix",
"postinstall": "ngcc"
@@ -39,13 +39,22 @@
"devDependencies": {
"@angular-devkit/architect": "0.1200.1",
"@angular-devkit/build-angular": "~12.0.1",
"@angular-eslint/builder": "12.0.0",
"@angular-eslint/eslint-plugin": "12.0.0",
"@angular-eslint/eslint-plugin-template": "12.0.0",
"@angular-eslint/schematics": "12.0.0",
"@angular-eslint/template-parser": "12.0.0",
"@angular/cli": "~12.0.1",
"@angular/compiler-cli": "~12.0.1",
"@angular/language-service": "~12.0.1",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.12.36",
"codelyzer": "^6.0.0",
"@typescript-eslint/eslint-plugin": "4.23.0",
"@typescript-eslint/parser": "4.23.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"firebase-tools": "^7.12.0",
"fuzzy": "^0.1.3",
"inquirer": "^6.2.2",
@@ -57,10 +66,10 @@
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"prettier": "^2.3.0",
"protractor": "~7.0.0",
"swiper": "^6.6.2",
"ts-node": "~7.0.0",
"tslint": "~6.1.0",
"typescript": "~4.2.4"
}
}