diff --git a/eslint.config.js b/eslint.config.js index e3615f0..7f0d921 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -67,7 +67,7 @@ export default [ max: 1, maxEOF: 0, }], - "no-tabs": "error", + "no-tabs": "warn", "brace-style": "error", "new-parens": "error", "space-infix-ops": "error",