3 Star 15 Fork 11

衷于栖 / JTT808 虚拟终端(基于 electron,vue)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
zhoyq 提交于 2020-09-16 10:10 . :tada:初始化项目
module.exports = {
// https://eslint.org/docs/user-guide/configuring#using-configuration-files-1
root: true,
// https://eslint.org/docs/user-guide/configuring#specifying-environments
env: {
browser: true,
node: true,
},
// https://eslint.org/docs/user-guide/configuring#specifying-parser
parser: 'vue-eslint-parser',
// https://vuejs.github.io/eslint-plugin-vue/user-guide/#faq
parserOptions: {
parser: 'babel-eslint',
ecmaVersion: 2018,
sourceType: 'module',
},
// https://eslint.org/docs/user-guide/configuring#extending-configuration-files
// order matters: from least important to most important in terms of overriding
// Prettier + Vue: https://medium.com/@gogl.alex/how-to-properly-set-up-eslint-with-prettier-for-vue-or-nuxt-in-vscode-e42532099a9c
extends: [
'eslint:recommended',
'plugin:vue/recommended',
'prettier',
'prettier/vue',
],
// https://eslint.org/docs/user-guide/configuring#configuring-plugins
plugins: ['vue'],
rules: {
'no-console': 0,
},
}
JavaScript
1
https://gitee.com/zhoyq/JTT808-Client.git
git@gitee.com:zhoyq/JTT808-Client.git
zhoyq
JTT808-Client
JTT808 虚拟终端(基于 electron,vue)
master

搜索帮助