diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 1b8761c4..1e62dab2 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -91,7 +91,7 @@ module.exports = { 'operator-assignment': ['error', 'always'], 'padded-blocks': ['warn', 'never'], 'prefer-const': 'error', - 'quotes': ['error', 'single', { 'avoidEscape': true }], + 'quotes': ['warn', 'single', { 'avoidEscape': true }], 'radix': 'error', 'semi': ['error', 'always'], 'space-before-blocks': 'warn',