Switch to Typescript and webpack
This commit is contained in:
15
.editorconfig
Normal file
15
.editorconfig
Normal file
@ -0,0 +1,15 @@
|
||||
[*]
|
||||
charset=utf-8
|
||||
end_of_line=lf
|
||||
trim_trailing_whitespace=true
|
||||
insert_final_newline=true
|
||||
indent_style=space
|
||||
indent_size=4
|
||||
|
||||
[{.babelrc,.stylelintrc,.eslintrc,jest.config,*.bowerrc,*.jsb3,*.jsb2,*.json,*.yaml,*.yml}]
|
||||
indent_style=space
|
||||
indent_size=2
|
||||
|
||||
[{*.js,*.vue,*.ts}]
|
||||
indent_style=space
|
||||
indent_size=2
|
Reference in New Issue
Block a user