Skip to content

Commit

Permalink
build(eslint): add eslint configuration
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Switch linting from `tslint` to `eslint`.
  • Loading branch information
shauke authored and MaxKless committed Jan 17, 2022
1 parent bad71ea commit f3a5230
Show file tree
Hide file tree
Showing 4 changed files with 911 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
node_modules

*.d.ts

polyfills.ts

environment.development.ts

**/lazy-*.component.ts

**/index.html
Loading

0 comments on commit f3a5230

Please sign in to comment.