diff --git a/.browserslistrc b/.browserslistrc index f23b837..ab3713a 100644 --- a/.browserslistrc +++ b/.browserslistrc @@ -1,3 +1,4 @@ +# 支持浏览器配置 > 1% last 2 versions not dead diff --git a/.editorconfig b/.editorconfig index 4039ff1..7b06489 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,5 @@ +# 编辑器配置 + root = true [*] diff --git a/.eslintignore b/.eslintignore index 1ef592b..f8aa487 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,5 @@ +# .eslintignore + src/assets src/icons public diff --git a/.eslintrc.js b/.eslintrc.js index 5a6c144..9a08628 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,3 +1,8 @@ +/** + * @author chuzhixin 1204505056@qq.com (不想保留author可删除) + * @description .eslintrc.js + */ + module.exports = { root: true, env: { diff --git a/.gitattributes b/.gitattributes index 5953585..1fa0664 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ +# .gitattributes *.html text eol=lf *.css text eol=lf *.js text eol=lf diff --git a/.gitignore b/.gitignore index b06c22b..2dfe559 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +# .gitignore .DS_Store node_modules dist