Skip to content

Commit

Permalink
Switch to single quotes for JavaScript strings. #8
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed May 18, 2016
1 parent 7d0263c commit a9dabc2
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 197 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"no-useless-escape": ["error"],
"no-void": ["error"],
"no-with": ["error"],
"quotes": ["error", "double"],
"quotes": ["error", "single"],
"radix": ["error", "always"],
"semi": ["error", "always"],
"strict": ["error", "global"],
Expand Down
Loading

0 comments on commit a9dabc2

Please sign in to comment.