当前位置:网站首页>musicApp 的.eslintrc.js
musicApp 的.eslintrc.js
2022-07-30 19:20: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'
}
}
边栏推荐
- [Prometheus] An optimization record of the Prometheus federation [continued]
- C# wpf 无边框窗口添加阴影效果
- 试写C语言三子棋
- VBA 运行时错误‘-2147217900(80040e14):自动化(Automation)错误
- Vulkan开启特征(feature)的正确姿势
- VBA 连接Access数据库和Excle
- LeetCode每日一题(1717. Maximum Score From Removing Substrings)
- VBA批量将Excel数据导入Access数据库
- MindSpore:mindspore有没有类似tf.GradientTape()用来求解梯度的?
- Go system collection
猜你喜欢

LeetCode 0952. Calculate Maximum Component Size by Common Factor: Mapping / Union Search

【网站放大镜效果】两种方式实现

nlohmann json 使用指南【visual studio 2022】

【hbuilder】运行不了部分项目 , 打开终端 无法输入指令

MindSpore:【Resolve node failed】解析节点失败的问题

2种手绘风格效果比较,你更喜欢哪一种呢?

Zabbix 5.0 Monitoring Tutorial (1)

Mysql execution principle analysis

C# wpf borderless window add shadow effect

vxe-table实现复选框鼠标拖动选中
随机推荐
Alibaba Cloud Martial Arts Headline Event Sharing
2种手绘风格效果比较,你更喜欢哪一种呢?
Chapter 14 Type Information
MindSpore:【resnet_thor模型】尝试运行resnet_thor时报Could not convert to
【MindSpore】多卡训练保存权重问题
The Meta metaverse division lost 2.8 billion in the second quarter!Still want to keep betting?Metaverse development has yet to see a way out!
VS Code 连接SQL Server
Chapter 4 Controlling the Execution Flow
云数据库和本地数据库有什么区别?
JsonUtil基于字符串操作josn
【每日一道LeetCode】——191. 位1的个数
常见链表题及其 Go 实现
MindSpore:npu 多卡训练自定义数据集如何给不同npu传递不同数据
Encapsulates a console file selector based on inquirer
架构师如何成长
LeetCode 0952. Calculate Maximum Component Size by Common Factor: Mapping / Union Search
【Pointing to Offer】Pointing to Offer 22. The kth node from the bottom in the linked list
What is the difference between a cloud database and an on-premises database?
生物医学论文有何价值 论文中译英怎样翻译效果好
ResNet18-实现图像分类