1 Star 0 Fork 76

junhua/heyui-admin

forked from heyui/heyui-admin 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.eslintrc.js 806 Bytes
Copy Edit Raw Blame History
vvpvvp authored 2019-07-12 10:04 . chore: eslint fix
module.exports = {
root: true,
env: {
node: true
},
'extends': [
'plugin:vue/essential',
'@vue/standard'
],
"globals": {
"HeyUI": true,
"Utils": true,
"Manba": true,
"Vue": true,
"R": true,
"G": true,
"log": true,
"Model": true,
"BMap": true
},
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
"semi": [
"error",
"always"
],
"eqeqeq": "off",
"linebreak-style": [
"error",
"unix"
],
"no-useless-call": "off",
"space-before-function-paren": ["error", { "anonymous": "always", "named": "never", "asyncArrow": "always" }]
},
parserOptions: {
parser: 'babel-eslint'
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/junhuawang/heyui-admin.git
git@gitee.com:junhuawang/heyui-admin.git
junhuawang
heyui-admin
heyui-admin
master

Search