Files
vtsuru.live/eslint.config.js
2024-01-15 21:30:05 +08:00

6 lines
124 B
JavaScript

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