1 Star 0 Fork 12

叶_舞凌空/jeeplusVue

forked from xuanjiandie/jeeplusVue 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
.eslintrc.js 635 Bytes
Copy Edit Raw Blame History
[user3] authored 2020-10-20 09:07 . first push
// https://eslint.org/docs/user-guide/configuring
module.exports = {
root: true,
parser: 'babel-eslint',
parserOptions: {
sourceType: 'module'
},
env: {
browser: true,
},
// https://github.com/standard/standard/blob/master/docs/RULES-en.md
extends: 'standard',
// required to lint *.vue files
plugins: [
'html'
],
// add your custom rules here
rules: {
"space-before-function-paren": 0,
// allow async-await
'generator-star-spacing': 'off',
'indent': 'off',
// allow debugger during development
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dingqs/jeeplus-vue.git
git@gitee.com:dingqs/jeeplus-vue.git
dingqs
jeeplus-vue
jeeplusVue
master

Search