first commit
This commit is contained in:
7
app_vue/node_modules/@vue/cli-plugin-eslint/generator/template/airbnb/_editorconfig
generated
vendored
Normal file
7
app_vue/node_modules/@vue/cli-plugin-eslint/generator/template/airbnb/_editorconfig
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
[*.{js,jsx,ts,tsx,vue}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
max_line_length = 100
|
5
app_vue/node_modules/@vue/cli-plugin-eslint/generator/template/standard/_editorconfig
generated
vendored
Normal file
5
app_vue/node_modules/@vue/cli-plugin-eslint/generator/template/standard/_editorconfig
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
[*.{js,jsx,ts,tsx,vue}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
Reference in New Issue
Block a user