️Add comments and organize the code format

This commit is contained in:
chuzhixin 2020-10-23 10:42:13 +08:00
parent d0efbbe19d
commit 28bd1a73d8
6 changed files with 12 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

1
.gitattributes vendored
View File

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

1
.gitignore vendored
View File

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