3 Star 27 Fork 12

wilkwo/nuxt-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 435 Bytes
一键复制 编辑 原始数据 按行查看 历史
wilkwo 提交于 2022-02-19 18:23 . 优化代码
module.exports = {
root: true,
env: {
browser: true,
node: true
},
parserOptions: {
parser: 'babel-eslint'
},
extends: [
'@nuxtjs',
'plugin:nuxt/recommended'
],
plugins: [
],
// add your custom rules here
rules: {
// 0 关闭,1 警告, 2 报错
"quotes": 0,
"space-before-function-paren": 0,
"semi": 0,
"comma-dangle": 0,
"prefer-const": 0,
"no-undef": 0
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wilkwo/nuxt-web.git
git@gitee.com:wilkwo/nuxt-web.git
wilkwo
nuxt-web
nuxt-web
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385