Skip to content

Commit

Permalink
Refactor: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwiesman committed Apr 20, 2023
1 parent 48c980f commit 84d68a6
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 84d68a6

Please sign in to comment.