mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-12-09 15:09:40 +08:00
12 lines
181 B
JavaScript
12 lines
181 B
JavaScript
import { sxzz } from '@sxzz/eslint-config'
|
|
|
|
export default sxzz(
|
|
{},
|
|
{
|
|
rules: {
|
|
'import/no-default-export': 'off',
|
|
'unicorn/filename-case': 'off',
|
|
},
|
|
},
|
|
)
|