仪表盘
版本库
文件存储
活动
搜索
登录
main
/
car-before
车辆管理系统-后台管理系统web
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
fix: 扫码路径ip修改
spring
3 天以前
9a11bff3d98aea29f37abc34a00a17f5c92ade9c
[car-before.git]
/
.eslintrc.js
1
2
3
4
5
6
7
8
9
10
11
12
13
module.exports = {
root: true,
env: {
browser: true,
node: true,
},
extends: ["eslint:recommended", "plugin:vue/recommended"],
parserOptions: {
sourceType: "module",
ecmaVersion: 2018,
},
rules: {},
};