Skip to content

Commit

Permalink
Add lint back
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdaniels committed Dec 7, 2023
1 parent c2b1b62 commit 817cf0a
Show file tree
Hide file tree
Showing 12 changed files with 1,171 additions and 105 deletions.
23 changes: 13 additions & 10 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,27 @@
"builder": "@angular-devkit/build-angular:karma",
"options": {
"polyfills": [
"zone.js",
"zone.js/testing"
],
"zone.js",
"zone.js/testing"
],
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js"
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": ["src/**/*.ts", "src/**/*.html"]
}
}
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"src/**/*.ts",
"src/**/*.html"
]
}
}
}
}
},
"cli": {
"packageManager": "npm",
"analytics": "86795b8f-9036-4a53-929c-a7303453d677"
}
}
}
Loading

0 comments on commit 817cf0a

Please sign in to comment.