1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-02-20 08:59:50 +00:00

lint: updated eslint config with selected rules from #9669

This commit is contained in:
saqimtiaz
2026-02-20 08:52:52 +01:00
parent 8772a9c500
commit 29b09ab172

View File

@@ -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",