eslint-config/.editorconfig
EndMove 7a307b4570
Some checks failed
continuous-integration/drone/push Build is failing
feat(utils-lib): creation of the io-projects eslint package
2023-04-12 20:42:47 +02:00

21 lines
310 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 120
[*.md]
trim_trailing_whitespace = false
max_line_length = 0
[VERSION]
insert_final_newline = false
[LICENSE]
insert_final_newline = false