mirror of
https://github.com/EasyTier/easytier.github.io.git
synced 2025-05-19 10:27:06 +00:00
11 lines
175 B
JavaScript
11 lines
175 B
JavaScript
// @ts-check
|
|
import antfu from '@antfu/eslint-config'
|
|
|
|
export default antfu({
|
|
formatters: true,
|
|
rules: {
|
|
'style/eol-last': ['error', 'always'],
|
|
},
|
|
ignores: [],
|
|
})
|