5 lines
86 B
JavaScript
5 lines
86 B
JavaScript
// eslint.config.mjs
|
|
import antfu from '@antfu/eslint-config'
|
|
|
|
export default antfu()
|