Commit 28bd1a73 by chuzhixin

️Add comments and organize the code format

parent d0efbbe1
# 支持浏览器配置
> 1% > 1%
last 2 versions last 2 versions
not dead not dead
......
# 编辑器配置
root = true root = true
[*] [*]
......
# .eslintignore
src/assets src/assets
src/icons src/icons
public public
......
/**
* @author chuzhixin 1204505056@qq.com (不想保留author可删除)
* @description .eslintrc.js
*/
module.exports = { module.exports = {
root: true, root: true,
env: { env: {
......
# .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
......
# .gitignore
.DS_Store .DS_Store
node_modules node_modules
dist dist
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment