1 Star 0 Fork 33

泓远/Electron-iGot

forked from HellyW/Electron-iGot 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.eslintrc.js 598 Bytes
Copy Edit Raw Blame History
wahao authored 2020-07-28 15:49 . 功能菜单添加 快捷复制
module.exports = {
root: true,
parser: 'babel-eslint',
parserOptions: {
sourceType: 'module'
},
env: {
browser: true,
node: true
},
extends: 'standard',
globals: {
__static: true
},
plugins: [
'html'
],
'rules': {
// allow paren-less arrow functions
'arrow-parens': 0,
//缩进风格
'indent': ['off', 2],
// allow async-await
'generator-star-spacing': 0,
// allow debugger during development
'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0,
'space-before-function-paren': 0,
'padded-blocks': 0
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/V5Coconut/Electron-iGot.git
git@gitee.com:V5Coconut/Electron-iGot.git
V5Coconut
Electron-iGot
Electron-iGot
master

Search