Skip to content

Commit

Permalink
remove lint cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
alicialics committed Nov 13, 2023
1 parent 0c68de5 commit 4f95afa
Show file tree
Hide file tree
Showing 4 changed files with 154 additions and 3,320 deletions.
51 changes: 0 additions & 51 deletions examples/blockly-angular/.eslintrc.json

This file was deleted.

14 changes: 1 addition & 13 deletions examples/blockly-angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,6 @@
"scripts": []
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"src/**/*.ts",
"src/**/*.html"
]
}
},
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
Expand All @@ -127,9 +118,6 @@
},
"defaultProject": "blockly-angular-sample",
"cli": {
"analytics": false,
"schematicCollections": [
"@angular-eslint/schematics"
]
"analytics": false
}
}
Loading

0 comments on commit 4f95afa

Please sign in to comment.