Skip to content

Commit

Permalink
Fix single quote error Codacy.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Dec 24, 2019
1 parent d2ec30b commit 85336be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"rules": {
"@typescript-eslint/quotes": ["error", "single", { "avoidEscape": true }]
}
}

0 comments on commit 85336be

Please sign in to comment.