1 Star 0 Fork 1

吉祥/ZZZ-Plugin

forked from 别调P/ZZZ-Plugin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.cjs 278 Bytes
一键复制 编辑 原始数据 按行查看 历史
别调P 提交于 2024-07-08 13:13 . initial upload
module.exports = {
env: {
es2021: true,
node: true,
},
extends: [
'standard',
'eslint:recommended',
'standard',
'plugin:prettier/recommended',
],
rules: {
eqeqeq: ['off'],
'prefer-const': ['off'],
'arrow-body-style': 'off',
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/endofworld_of_freshboy/ZZZ-Plugin.git
git@gitee.com:endofworld_of_freshboy/ZZZ-Plugin.git
endofworld_of_freshboy
ZZZ-Plugin
ZZZ-Plugin
main

搜索帮助