当前位置:网站首页>.eslintrc.js for musicApp
.eslintrc.js for musicApp
2022-07-30 19:40:00 【Guoyilin0411】
module.exports = {
env: {
browser: true,
es2021: true,
node: true
},
extends: ['eslint:recommended', 'plugin:vue/essential'],
parserOptions: {
ecmaVersion: 12,
sourceType: 'module'
},
plugins: ['vue'],
rules: {
'vue/multi-word-component-names': 0,
'vue/no-v-model-argument': 'off'
}
}
边栏推荐
猜你喜欢
[TypeScript]编译配置
电脑死机的时候,发生了什么?
VS Code connects to SQL Server
M3SDA:用于多源域自适应的矩匹配
Win11如何更改默认下载路径?Win11更改默认下载路径的方法
VS Code 连接SQL Server
青蛙跳台阶(递归和非递归)-------小乐乐走台阶
Is the iPhone really thirteen incense?The two generations of products are completely compared, perhaps the previous generation is more worth buying
阿里云武林头条活动分享
Linux下安装Mysql5.7,超详细完整教程,以及云mysql连接
随机推荐
055 c# print
Talking about Contrastive Learning (Contrastive Learning) the first bullet
- daily a LeetCode 】 【 191. A number of 1
阿里面试官:给我描述一下缓存击穿的现象,并说说你的解决思路?
Difference between Object and Map
After watching "Second Uncle", I was even more internalized
golang日志库zerolog使用记录
Object和Map的区别
Win11如何更改默认下载路径?Win11更改默认下载路径的方法
Correct pose of Vulkan open feature
MySQL分库分表
Is the iPhone really thirteen incense?The two generations of products are completely compared, perhaps the previous generation is more worth buying
Linux下最新版MySQL 8.0的下载与安装(详细步骤)
几个GTest、GMock的例子
解决终极bug,项目最终能顺利部署上线。
第一次进入小程序判断
MindSpore:ImageFolderDataset数据读取问题
Entering the applet for the first time
Scala学习:类和对象
牛客刷题系列之进阶版(组队竞赛,排序子序列,倒置字符串, 删除公共字符,修理牧场)