mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-05 05:42:45 +08:00
⚡️Add comments and organize the code format
This commit is contained in:
parent
d0efbbe19d
commit
28bd1a73d8
@ -1,3 +1,4 @@
|
||||
# 支持浏览器配置
|
||||
> 1%
|
||||
last 2 versions
|
||||
not dead
|
||||
|
@ -1,3 +1,5 @@
|
||||
# 编辑器配置
|
||||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
|
@ -1,3 +1,5 @@
|
||||
# .eslintignore
|
||||
|
||||
src/assets
|
||||
src/icons
|
||||
public
|
||||
|
@ -1,3 +1,8 @@
|
||||
/**
|
||||
* @author chuzhixin 1204505056@qq.com (不想保留author可删除)
|
||||
* @description .eslintrc.js
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
root: true,
|
||||
env: {
|
||||
|
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1,3 +1,4 @@
|
||||
# .gitattributes
|
||||
*.html text eol=lf
|
||||
*.css text eol=lf
|
||||
*.js text eol=lf
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
# .gitignore
|
||||
.DS_Store
|
||||
node_modules
|
||||
dist
|
||||
|
Loading…
x
Reference in New Issue
Block a user