mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 00:52:55 +00:00
refactor: replace TSLint with ESLint
This commit is contained in:
committed by
Jovan Krunić
parent
67fb4a43c9
commit
d696215d08
18
package.json
18
package.json
@@ -26,6 +26,7 @@
|
||||
"docker:serve": "sudo docker run -p 8100:8100 -p 35729:35729 -p 53703:53703 -v $PWD:/app -it registry.gitlab.com/openstapps/app bash -c \"npm start\"",
|
||||
"documentation": "compodoc -p tsconfig.json -d docs",
|
||||
"lint": "ng lint",
|
||||
"lint:fix": "ng lint:fix",
|
||||
"ng": "ng",
|
||||
"postversion": "npm run changelog",
|
||||
"pree2e": "webdriver-manager clean && webdriver-manager update --gecko false --versions.chrome $(google-chrome --product-version)",
|
||||
@@ -36,8 +37,7 @@
|
||||
"start:prod": "ionic serve -- --configuration=production",
|
||||
"start:fake": "ionic serve -- --configuration=fake",
|
||||
"start:external": "ionic serve --external",
|
||||
"test": "ng test",
|
||||
"tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'"
|
||||
"test": "ng test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/cdk": "12.0.0",
|
||||
@@ -88,6 +88,11 @@
|
||||
"@angular-devkit/build-angular": "0.901.13",
|
||||
"@angular-devkit/core": "9.1.12",
|
||||
"@angular-devkit/schematics": "9.1.12",
|
||||
"@angular-eslint/builder": "12.2.0",
|
||||
"@angular-eslint/eslint-plugin": "12.2.0",
|
||||
"@angular-eslint/eslint-plugin-template": "12.2.0",
|
||||
"@angular-eslint/schematics": "1.2.0",
|
||||
"@angular-eslint/template-parser": "1.2.0",
|
||||
"@angular/cli": "9.1.12",
|
||||
"@angular/compiler": "9.1.12",
|
||||
"@angular/compiler-cli": "9.1.12",
|
||||
@@ -100,8 +105,15 @@
|
||||
"@types/jasminewd2": "2.0.6",
|
||||
"@types/lodash-es": "4.17.4",
|
||||
"@types/node": "14.14.37",
|
||||
"@typescript-eslint/eslint-plugin": "4.3.0",
|
||||
"@typescript-eslint/parser": "4.3.0",
|
||||
"codelyzer": "5.1.2",
|
||||
"conventional-changelog-cli": "2.0.12",
|
||||
"eslint": "7.30.0",
|
||||
"eslint-config-prettier": "8.3.0",
|
||||
"eslint-plugin-jsdoc": "35.4.1",
|
||||
"eslint-plugin-prettier": "3.4.0",
|
||||
"eslint-plugin-unicorn": "34.0.1",
|
||||
"is-docker": "1.1.0",
|
||||
"jasmine-core": "3.5.0",
|
||||
"jasmine-spec-reporter": "4.2.1",
|
||||
@@ -111,10 +123,10 @@
|
||||
"karma-jasmine": "2.0.1",
|
||||
"karma-jasmine-html-reporter": "1.4.2",
|
||||
"karma-mocha-reporter": "2.2.5",
|
||||
"prettier": "2.3.2",
|
||||
"protractor": "5.4.2",
|
||||
"surge": "0.21.3",
|
||||
"ts-node": "8.0.3",
|
||||
"tslint": "6.1.3",
|
||||
"typescript": "3.8.3"
|
||||
},
|
||||
"cordova": {
|
||||
|
||||
Reference in New Issue
Block a user