mirror of
https://github.com/hempyhemp/hh-auto-reply.git
synced 2026-06-08 18:04:57 +00:00
9 lines
152 B
JavaScript
9 lines
152 B
JavaScript
import antfu from '@antfu/eslint-config'
|
|
|
|
export default antfu({
|
|
rules: {
|
|
'no-console': 0,
|
|
'unicorn/prefer-dom-node-text-content': 0,
|
|
},
|
|
})
|