1 Star 0 Fork 0

wangshangshuo / 10.19zk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc.js 958 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangshangshuo 提交于 2023-10-19 09:40 . feat: dgdfgfdg
module.exports = {
"env": {
"browser": true,
"es2021": true,
"node": true
},
"extends": [
"standard-with-typescript",
"plugin:react/recommended",
"prettier",
],
"overrides": [
{
"env": {
"node": true
},
"files": [
".eslintrc.{js,cjs}"
],
"parserOptions": {
"sourceType": "script"
}
}
],
"parserOptions": {
"ecmaVersion": "latest",
"project":"tsconfig.json"
},
"plugins": [
"react",
"prettier"
],
"rules": {
"@typescript-eslint/consistent-type-definitions":0,
"@typescript-eslint/ban-types":0,
"@typescript-eslint/explicit-function-return-type":0,
"@typescript-eslint/consistent-type-definitions":0,
"@typescript-eslint/require-array-sort-compare":0,
}
}
1
https://gitee.com/wangshangshuo/10.19zk.git
git@gitee.com:wangshangshuo/10.19zk.git
wangshangshuo
10.19zk
10.19zk
master

搜索帮助