修改同步逻辑

This commit is contained in:
lyswhut
2023-08-28 13:39:23 +08:00
parent 71b84fb10d
commit c6f4bfa875
45 changed files with 604 additions and 482 deletions

View File

@@ -8,6 +8,7 @@ module.exports = {
'vue',
'@types/ws',
// 'eslint-config-standard-with-typescript',
'typescript', // https://github.com/microsoft/TypeScript/pull/54567
],
// target: 'newest',
@@ -24,10 +25,6 @@ module.exports = {
// target: 'minor',
// filter: [
// 'eslint-plugin-n',
// 'electron',
// 'eslint-config-standard-with-typescript',
// '@typescript-eslint/eslint-plugin',
// '@typescript-eslint/parser',
// ],
}