commit 9687b9fbc8154568cbb6ea6df72571b973158fb8
parent 53a65f78cb9e17160372c3c9f53b8aea4ec7021d
Author: Sergej Orlov <wladimirych@gmail.com>
Date: Sat, 18 Jan 2025 18:21:14 +0100
Disable eslint rule quotes when using prettier.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/eslint_rules/prettier.js b/eslint_rules/prettier.js
@@ -12,6 +12,5 @@ module.exports = {
'no-confusing-arrow': 'error',
'no-tabs': 'error',
'no-unexpected-multiline': 'error',
- 'quotes': ['error', 'single', {allowTemplateLiterals: false}],
},
};