1 Star 0 Fork 880

panics / dgiot-mqtt2eventbus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 806 Bytes
一键复制 编辑 原始数据 按行查看 历史
h7ml 提交于 2021-09-17 12:48 . :bookmark:1.1.1-alpha
module.exports = {
root: true,
env: {
node: true,
},
extends: ['plugin:vue/recommended', '@vue/prettier'],
parser: 'vue-eslint-parser',
parserOptions: {
ecmaVersion: 2020,
sourceType: 'module',
ecmaFeatures: {
jsx: true,
},
},
rules: {
'vue/no-template-shadow': 'off',
'no-console': 'off',
'no-debugger': 'off',
'vue/no-v-html': 'off',
'vue/html-self-closing': [
'error',
{
html: {
void: 'any',
normal: 'any',
component: 'always',
},
svg: 'always',
math: 'always',
},
],
},
overrides: [
{
files: [
'**/__tests__/*.{j,t}s?(x)',
'**/tests/unit/**/*.spec.{j,t}s?(x)',
],
env: {
jest: true,
},
},
],
}
1
https://gitee.com/panics/dgiot-mqtt2eventbus.git
git@gitee.com:panics/dgiot-mqtt2eventbus.git
panics
dgiot-mqtt2eventbus
dgiot-mqtt2eventbus
master

搜索帮助