feat(utils-lib): creation of the io-projects eslint package
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-04-12 20:42:47 +02:00
parent 68834acfbb
commit 7a307b4570
8 changed files with 2961 additions and 0 deletions

20
.editorconfig Normal file
View File

@@ -0,0 +1,20 @@
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