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