当前位置:网站首页>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'
}
}
边栏推荐
- JS提升:Promise中reject与then之间的关系
- Encapsulates a console file selector based on inquirer
- [Private Series] All kinds of strange problems encountered in daily PHP
- Common linked list problems and their Go implementation
- Spark学习:用spark实现ETL
- Recommendation | People who are kind to you, don't repay them by inviting them to eat
- 又一家公司面试的内容
- Talking about Contrastive Learning (Contrastive Learning) the first bullet
- VBA 连接Access数据库和Excle
- 防抖和节流有什么区别,分别用于什么场景?
猜你喜欢
The advanced version of the cattle brushing series (search for rotating sorted arrays, inversion of the specified range in the linked list)
2种手绘风格效果比较,你更喜欢哪一种呢?
开心的聚餐
MySql中@符号的使用
MongoDB打破了原则引入SQL?
What is the difference between a cloud database and an on-premises database?
[Prometheus] An optimization record of the Prometheus federation [continued]
【每日一道LeetCode】——191. 位1的个数
After 23 years of operation, the former "China's largest e-commerce website" has turned yellow...
已删除
随机推荐
Listen to the boot broadcast
MindSpore:ImageFolderDataset数据读取问题
牛客网——华为题库(100~108)
iPhone真是十三香?两代产品完全对比,或许上一代更值得买
看完《二舅》,我更内耗了
[TypeScript]编译配置
部分分类网络性能对比
Vulkan开启特征(feature)的正确姿势
【MindSpore1.2.0-rc1产品】num_workers问题
[Prometheus] An optimization record of the Prometheus federation [continued]
Start foreground Activity
MindSpore:mindspore有没有类似tf.GradientTape()用来求解梯度的?
【刷题篇】计算质数
MindSpore:自定义dataset的tensor问题
【MindSpore】用coco2017训练Model_zoo上的 yolov4,迭代了两千多batch_size之后报错,大佬们帮忙看看。
Tensorflow2.0 混淆矩阵与打印准确率不符
[Private Series] All kinds of strange problems encountered in daily PHP
How do radio waves transmit information?
【科普】无线电波怎样传送信息?
NXP IMX8QXP更换DDR型号操作流程