Skip to content

Commit bee0f33

Browse files
authored
Merge pull request #5 from benmccann/patch-1
Add a rule to enforce single quotes
2 parents 848ce64 + f8fc7d1 commit bee0f33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ module.exports = {
2020
'no-unreachable': 2,
2121
'valid-typeof': 2,
2222
'quote-props': [ 2, 'as-needed' ],
23+
quotes: ['error', 'single'],
2324
'prefer-arrow-callback': 2,
2425
'prefer-const': [ 2, { destructuring: all } ],
2526
'arrow-spacing': 2,

0 commit comments

Comments
 (0)