diff --git a/angular.json b/angular.json index 3cd011a9..c726d58b 100644 --- a/angular.json +++ b/angular.json @@ -193,15 +193,6 @@ "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": { "builder": "@ionic/angular-toolkit:cordova-build", "options": { diff --git a/package.json b/package.json index a811ed6b..3c9637b5 100644 --- a/package.json +++ b/package.json @@ -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\"", "documentation": "compodoc -p tsconfig.json -d docs", "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", "postversion": "npm run changelog", "pree2e": "webdriver-manager clean && webdriver-manager update --gecko false --versions.chrome $(google-chrome --product-version)",