diff --git a/index.js b/index.js index de44458..1d46586 100644 --- a/index.js +++ b/index.js @@ -20,6 +20,7 @@ module.exports = { 'no-unreachable': 2, 'valid-typeof': 2, 'quote-props': [ 2, 'as-needed' ], + quotes: ['error', 'single'], 'prefer-arrow-callback': 2, 'prefer-const': [ 2, { destructuring: all } ], 'arrow-spacing': 2,