Ai
3 Star 2 Fork 0

mirrors_metowolf/MetingJS

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
eslint.config.js 347 Bytes
Copy Edit Raw Blame History
萨摩公园 authored 2025-09-23 15:01 +08:00 . feat: migrate to ESLint v9 with flat config
import js from '@eslint/js'
export default [
js.configs.recommended,
{
languageOptions: {
globals: {
console: 'readonly',
window: 'readonly',
document: 'readonly',
customElements: 'readonly',
HTMLElement: 'readonly',
APlayer: 'readonly',
fetch: 'readonly'
}
}
}
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_metowolf/MetingJS.git
git@gitee.com:mirrors_metowolf/MetingJS.git
mirrors_metowolf
MetingJS
MetingJS
master

Search