mirror of
https://github.com/Paris-est-Ludique/ForceOrange.git
synced 2025-06-08 01:04:20 +02:00
9 lines
115 B
JavaScript
9 lines
115 B
JavaScript
import antfu from '@antfu/eslint-config'
|
|
|
|
export default antfu(
|
|
{
|
|
unocss: true,
|
|
formatters: true,
|
|
},
|
|
)
|