36 Star 168 Fork 46

Gitee 极速下载/Maptalks

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/maptalks/maptalks.js
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
fuzhenn 提交于 2025-05-12 11:05 +08:00 . sync gl-layers: fix eslint config
{
"root": true,
"extends": [
"eslint:recommended"
],
"parserOptions": {
"ecmaVersion": 2020,
"sourceType": "module"
},
"env": {
"browser": true,
"es6": true,
"node": true
},
"rules": {
"no-prototype-builtins": "off"
},
"globals": {
"importScripts" : true,
"WorkerGlobalScope": true,
"globalThis": true
},
"overrides": [
{
"files": [
"**/*.ts",
"**/*.d.ts",
"**/*.tsx"
],
"env": {
"browser": true,
"es6": true,
"node": true
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module"
},
"plugins": [
"@typescript-eslint/eslint-plugin"
],
"rules": {
"@typescript-eslint/no-explicit-any": "off",
"no-prototype-builtins": "off",
"@typescript-eslint/no-this-alias": "off"
}
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/Maptalks.git
git@gitee.com:mirrors/Maptalks.git
mirrors
Maptalks
Maptalks
master

搜索帮助