feat: clear trash

This commit is contained in:
butterfly
2024-04-19 14:50:11 +08:00
parent 3d0a98d5d2
commit 1074fffe79
6 changed files with 16 additions and 58 deletions

View File

@@ -7,6 +7,4 @@ module.exports = {
trailingComma: 'all',
bracketSpacing: true,
arrowParens: 'always',
plugins: [
],
};