diff --git a/eslint.config.mjs b/eslint.config.mjs index 41e05b52a..a76ec305c 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -122,6 +122,9 @@ js.configs.recommended, "@stylistic/lines-around-comment": "off", "@stylistic/lines-around-directive": "off", "@stylistic/lines-between-class-members": "error", + "@stylistic/no-trailing-spaces": "error", + "@stylistic/no-multiple-empty-lines": ["error", { "max": 1, "maxEOF": 0 }], + "@stylistic/space-infix-ops": "error", "max-classes-per-file": "off", "max-depth": "off", "@stylistic/max-len": "off",