1 Star 0 Fork 0

八爪鱼/git_practive

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 671 Bytes
Copy Edit Raw Blame History
八爪鱼 authored 2022-01-21 17:52 . vue3构建项目
module.exports = {
root: true,
env: {
node: true
},
extends: [
'plugin:vue/vue3-essential',
'@vue/standard'
],
parserOptions: {
parser: 'babel-eslint'
},
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'indent': 0,
'no-unused-vars': 0,
'func-call-spacing': 0,
'space-in-parens': 0,
'eol-last': 0,
'space-before-function-paren': 0,
'arrow-spacing': 0,
'prefer-const': 0,
'object-curly-spacing': 0,
'padded-blocks': 0,
'no-trailing-spaces': 0,
'quotes': 0,
"comma-dangle": 0
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/not_fesh/git_practive.git
git@gitee.com:not_fesh/git_practive.git
not_fesh
git_practive
git_practive
master

Search

0d507c66 1850385 C8b1a773 1850385