7 lines
105 B
JavaScript
7 lines
105 B
JavaScript
module.exports = {
|
|
extends: [
|
|
'@antfu/eslint-config-react',
|
|
'@antfu/eslint-config-vue',
|
|
],
|
|
}
|