1 Star 1 Fork 0

shuaiwu95/typescript-tutorial

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.json 582 Bytes
一键复制 编辑 原始数据 按行查看 历史
masx200 提交于 2021-05-26 23:39 . 格式化
{
"parser": "vue-eslint-parser",
"env": {
"browser": true,
"es6": true,
"node": true,
"worker": true,
"commonjs": true,
"amd": true
},
"extends": ["eslint:recommended", "plugin:vue/recommended"],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"parser": "babel-eslint",
"ecmaVersion": 2019,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"rules": {},
"plugins": ["vue"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/shuaiwu123/typescript-tutorial.git
[email protected]:shuaiwu123/typescript-tutorial.git
shuaiwu123
typescript-tutorial
typescript-tutorial
master

搜索帮助