mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
6 lines
124 B
JavaScript
6 lines
124 B
JavaScript
// eslint.config.js
|
|
import oxlint from 'eslint-plugin-oxlint'
|
|
export default [
|
|
oxlint, // oxlint should be the last one
|
|
]
|