Skip to content

Commit

Permalink
Refactor: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwiesman committed Mar 23, 2023
1 parent 80d61e7 commit 3b276e7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tslint.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"extends": [
"tslint:recommended",
"tslint-config-prettier"
],
"extends": ["tslint:recommended", "tslint-config-prettier"],
"rules": {
"no-console": false
}
}
}

0 comments on commit 3b276e7

Please sign in to comment.