Added eslint config
This commit is contained in:
parent
93a8313efd
commit
81266f427b
8 changed files with 1602 additions and 186 deletions
7
.editorconfig
Normal file
7
.editorconfig
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = false
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
Reference in a new issue