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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user