mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 07:02:49 +00:00
refactor: remove angular lint command
This commit is contained in:
@@ -193,15 +193,6 @@
|
|||||||
"ignorePath": ".eslintignore"
|
"ignorePath": ".eslintignore"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint:fix": {
|
|
||||||
"builder": "@angular-eslint/builder:lint",
|
|
||||||
"options": {
|
|
||||||
"lintFilePatterns": ["src/**/*.ts", "src/**/*.html"],
|
|
||||||
"fix": true,
|
|
||||||
"eslintConfig": ".eslintrc.json",
|
|
||||||
"ignorePath": ".eslintignore"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"ionic-cordova-build": {
|
"ionic-cordova-build": {
|
||||||
"builder": "@ionic/angular-toolkit:cordova-build",
|
"builder": "@ionic/angular-toolkit:cordova-build",
|
||||||
"options": {
|
"options": {
|
||||||
|
|||||||
@@ -26,7 +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\"",
|
"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",
|
"documentation": "compodoc -p tsconfig.json -d docs",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
"lint-fix": "eslint --fix -c .eslintrc.json --ignore-path .eslintignore --ext .ts,.html src/",
|
"lint:fix": "eslint --fix -c .eslintrc.json --ignore-path .eslintignore --ext .ts,.html src/",
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"postversion": "npm run changelog",
|
"postversion": "npm run changelog",
|
||||||
"pree2e": "webdriver-manager clean && webdriver-manager update --gecko false --versions.chrome $(google-chrome --product-version)",
|
"pree2e": "webdriver-manager clean && webdriver-manager update --gecko false --versions.chrome $(google-chrome --product-version)",
|
||||||
|
|||||||
Reference in New Issue
Block a user