From 74e204c62c0f8b7cf5f1b3bb75fdbdfb94863666 Mon Sep 17 00:00:00 2001 From: Ben Hardill Date: Mon, 5 Jan 2026 11:41:38 +0000 Subject: [PATCH] fix eqeqeq & quotes --- eslint.config.mjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eslint.config.mjs b/eslint.config.mjs index 37f3891..3ebc947 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -38,8 +38,10 @@ export default [ }, rules: { // built-in + eqeqeq: 'error', 'object-shorthand': ['error'], 'no-console': ['error', { allow: ['debug', 'info', 'warn', 'error'] }], + quotes: ['off', 'error', 'single', { avoidEscape: true }], // plugin:stylistic '@stylistic/indent': ['warn', 4], // https://eslint.style/rules/indent#options