diff --git a/eslint.config.js b/eslint.config.js index 4a795e5..a08200b 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -8,6 +8,8 @@ export default antfu( rules: { 'no-console': 'warn', 'no-debugger': 'warn', + 'style/indent': ['error', 4], + 'indent': ['error', 4, { 'SwitchCase': 1 }], } }, -) +) \ No newline at end of file