mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-14 12:14:42 +01:00
8 lines
125 B
JavaScript
8 lines
125 B
JavaScript
import antfu from '@antfu/eslint-config'
|
|
|
|
export default antfu({
|
|
rules: {
|
|
'node/prefer-global/process': 'off',
|
|
},
|
|
})
|