【modify】ESLint更迭版本

This commit is contained in:
zer0Black
2023-02-28 23:23:17 +08:00
parent eff3c5e384
commit 694855ae8b
4 changed files with 61 additions and 125 deletions
+6
View File
@@ -37,3 +37,9 @@ indent_size=2
indent_style=space
indent_size=2
[*.{js,jsx,ts,tsx,vue}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true