mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-05 04:22:49 +08:00
6 lines
127 B
JavaScript
6 lines
127 B
JavaScript
// eslint.config.js
|
|
import antfu from '@antfu/eslint-config'
|
|
|
|
// https://github.com/antfu/eslint-config
|
|
export default antfu()
|