mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-04 20:12:51 +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()
|