personal-site/eslint.config.js

9 lines
144 B
JavaScript
Raw Permalink Normal View History

2023-11-01 18:58:34 +00:00
// eslint.config.js
import antfu from '@antfu/eslint-config'
export default antfu({
typescript: {
tsconfigPath: 'tsconfig.json',
},
})