From feb3b31b439fe6aaa45b9f0448661db92b566ba3 Mon Sep 17 00:00:00 2001 From: "gitea-actions[bot]" Date: Sun, 21 Dec 2025 18:37:40 +0000 Subject: [PATCH] chore: update generated index.js --- index.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 2f94a01..aaa2ed6 100644 --- a/index.js +++ b/index.js @@ -44,7 +44,12 @@ export default [ "unused-imports/no-unused-vars": [ "warn", { argsIgnorePattern: "^_", varsIgnorePattern: "^_" } - ] + ], + '@stylistic/indent': ['error', 4], + '@stylistic/semi': ['error', 'always'], + '@stylistic/quotes': ['error', 'single', { avoidEscape: true }], + '@stylistic/no-trailing-spaces': 'error', + '@stylistic/no-multiple-empty-lines': 'error', } } ];