Kaynağa Gözat

⚡️Add comments and organize the code format

chuzhixin 4 yıl önce
ebeveyn
işleme
28bd1a73d8
6 değiştirilmiş dosya ile 12 ekleme ve 0 silme
  1. 1 0
      .browserslistrc
  2. 2 0
      .editorconfig
  3. 2 0
      .eslintignore
  4. 5 0
      .eslintrc.js
  5. 1 0
      .gitattributes
  6. 1 0
      .gitignore

+ 1 - 0
.browserslistrc

@@ -1,3 +1,4 @@
+# 支持浏览器配置
 > 1%
 last 2 versions
 not dead

+ 2 - 0
.editorconfig

@@ -1,3 +1,5 @@
+# 编辑器配置
+
 root = true
 
 [*]

+ 2 - 0
.eslintignore

@@ -1,3 +1,5 @@
+# .eslintignore
+
 src/assets
 src/icons
 public

+ 5 - 0
.eslintrc.js

@@ -1,3 +1,8 @@
+/**
+ * @author chuzhixin 1204505056@qq.com (不想保留author可删除)
+ * @description .eslintrc.js
+ */
+
 module.exports = {
   root: true,
   env: {

+ 1 - 0
.gitattributes

@@ -1,3 +1,4 @@
+# .gitattributes
 *.html text eol=lf
 *.css text eol=lf
 *.js text eol=lf

+ 1 - 0
.gitignore

@@ -1,3 +1,4 @@
+# .gitignore
 .DS_Store
 node_modules
 dist