a comparison of tools within the JavaScript ecosystem

chore: setup more scaffolding

+18
.editorconfig
··· 1 + root = true 2 + 3 + end_of_line = lf 4 + insert_final_newline = true 5 + 6 + [*] 7 + charset = utf-8 8 + trim_trailing_whitespace = true 9 + insert_final_newline = true 10 + indent_style = tab 11 + indent_tab = 4 12 + 13 + [*.md] 14 + trim_trailing_whitespace = false 15 + 16 + [*.yml] 17 + indent_style = space 18 + indent_size = 2
+2
.gitattributes
··· 1 + # Auto detect text files and perform LF normalization 2 + * text=auto
+2
README.md
··· 1 1 # neoncitylights/js-eco 2 2 3 + [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](https://opensource.org/licenses/MIT) 4 + 3 5 A comparison of tools within the JS ecosystem. 4 6 5 7 ## Structure