535 Star 6K Fork 772

qishibo / AnotherRedisDesktopManager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.json 336 Bytes
一键复制 编辑 原始数据 按行查看 历史
qishibo 提交于 2019-03-01 11:40 . add eslint check
{
"env": {
"browser": true,
"es6": true
},
"extends": ["airbnb-base", "plugin:vue/essential"],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018
},
"plugins": [
"vue"
],
"rules": {
}
}
JavaScript
1
https://gitee.com/qishibo/AnotherRedisDesktopManager.git
git@gitee.com:qishibo/AnotherRedisDesktopManager.git
qishibo
AnotherRedisDesktopManager
AnotherRedisDesktopManager
master

搜索帮助