mirror of
https://git.proxmox.com/git/pve-eslint
synced 2025-10-04 02:33:41 +00:00

includes a (minimal) working wrapper Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
19 lines
358 B
INI
19 lines
358 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
trim_trailing_whitespace = true
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
|
|
[docs/rules/linebreak-style.md]
|
|
end_of_line = disabled
|
|
|
|
[{docs/rules/{indent.md,no-mixed-spaces-and-tabs.md}]
|
|
indent_style = disabled
|
|
indent_size = disabled
|
|
|
|
[docs/rules/no-trailing-spaces.md]
|
|
trim_trailing_whitespace = false
|