import antfu from '@antfu/eslint-config' export default antfu({ ignores: [ 'storage/inertia-devtools/**', ], vue: true, typescript: true, })