Ai
1 Star 0 Fork 0

Lindddt/Vue3-study

Create your Gitee Account
Explore and code with more than 13.5 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
.eslint.js 567 Bytes
Copy Edit Raw Blame History
frostlin authored 2021-08-03 16:15 +08:00 . builder.io test
module.exports = {
root: true,
parserOptions: {
sourceType: 'module'
},
//重点是此处 ----------
"parser": "vue-eslint-parser",
//加上以下代码得以修复问题
parserOptions: {
// Use babel-eslint for JavaScript
'parser': 'babel-eslint',
'ecmaVersion': 2017,
// With import/export syntax
'sourceType': 'module'
},
//----------------
env: {
browser: true,
node: true,
es6: true,
},
rules: {
'no-console': 'off'
},
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Lindddt/vue3-study.git
git@gitee.com:Lindddt/vue3-study.git
Lindddt
vue3-study
Vue3-study
master

Search