update alert

This commit is contained in:
2024-01-15 21:30:05 +08:00
parent 6b55855d35
commit 6f4f602488
17 changed files with 461 additions and 346 deletions

5
eslint.config.js Normal file
View File

@@ -0,0 +1,5 @@
// eslint.config.js
import oxlint from 'eslint-plugin-oxlint'
export default [
oxlint, // oxlint should be the last one
]