Skip to content

Commit

Permalink
⚡️Add comments and organize the code format
Browse files Browse the repository at this point in the history
  • Loading branch information
chuzhixin committed Oct 23, 2020
1 parent d0efbbe commit 28bd1a7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# 支持浏览器配置
> 1%
last 2 versions
not dead
Expand Down
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 编辑器配置

root = true

[*]
Expand Down
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# .eslintignore

src/assets
src/icons
public
Expand Down
5 changes: 5 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* @author chuzhixin 1204505056@qq.com (不想保留author可删除)
* @description .eslintrc.js
*/

module.exports = {
root: true,
env: {
Expand Down
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# .gitattributes
*.html text eol=lf
*.css text eol=lf
*.js text eol=lf
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# .gitignore
.DS_Store
node_modules
dist
Expand Down

0 comments on commit 28bd1a7

Please sign in to comment.