9 Star 223 Fork 55

viarotel-org / escrcpy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 690 Bytes
一键复制 编辑 原始数据 按行查看 历史
viarotel 提交于 2024-03-09 20:15 . perf: ♻️ Update eslint config
module.exports = {
extends: ['@antfu'],
rules: {
'antfu/top-level-function': 'off',
'no-unused-vars': 'off',
'eqeqeq': 'off',
'prefer-promise-reject-errors': 'off',
'no-new-func': 'off',
'curly': 'off',
'no-console': 'off',
'unused-imports/no-unused-vars': 'off',
'import/default': 'off',
'vue/no-mutating-props': 'off',
'vue/no-use-v-if-with-v-for': 'off',
'vue/html-self-closing': 'off',
'vue/block-order': 'off',
'vue/no-unused-refs': 'off',
'vue/component-tags-order': 'off',
'n/prefer-global/process': 'off',
'@typescript-eslint/no-invalid-this': 'off',
'@typescript-eslint/ban-ts-comment': 'off',
},
}
1
https://gitee.com/viarotel-org/escrcpy.git
git@gitee.com:viarotel-org/escrcpy.git
viarotel-org
escrcpy
escrcpy
main

搜索帮助