2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-06-12 05:02:21 +00:00

chore: add vscode stuff and .editorconfig

This commit is contained in:
Joaquín Sánchez Jiménez 2021-09-23 11:03:10 +02:00
parent 88b360fe78
commit 80d1506eeb
3 changed files with 18 additions and 0 deletions

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

5
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"recommendations": [
"dbaeumer.vscode-eslint"
]
}

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}