Skip to content

Commit 0f95bbc

Browse files
author
Ashley Baldwin-Hunter
committed
Merge pull request #36 from codeclimate/abh-js-quotes
Prefer double quotes for js
2 parents bf65547 + 88547f0 commit 0f95bbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

javascript/eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ module.exports = {
1414
"no-shadow-restricted-names": 2,
1515
"no-undef": 2,
1616
"no-use-before-define": 2,
17+
"quotes": [2, "double", "avoid-escape"],
1718
"radix": 2,
1819
"semi": 2,
1920
"space-infix-ops": 2,

0 commit comments

Comments
 (0)