1 Star 0 Fork 566

识君/renren-fast-vue

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.eslintrc.js 576 Bytes
Copy Edit Raw Blame History
daxiongYang authored 2018-01-29 21:59 . gitee迁移到github.
// 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: {
// allow async-await
'generator-star-spacing': 'off',
// allow debugger during development
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ssy_kr/renren-fast-vue.git
git@gitee.com:ssy_kr/renren-fast-vue.git
ssy_kr
renren-fast-vue
renren-fast-vue
master

Search