Files
core/eslint.config.mjs
Innei c12bd99242 chore: sxzz eslint
Signed-off-by: Innei <i@innei.in>
2024-04-29 16:00:19 +08:00

20 lines
416 B
JavaScript

import { sxzz } from '@sxzz/eslint-config'
export default sxzz(
[
/* your custom config */
{
rules: {
'@typescript-eslint/consistent-type-imports': 'off',
},
},
],
// Features: it'll detect installed dependency and enable necessary features automatically
{
prettier: true,
markdown: true,
vue: false, // auto detection
unocss: false, // auto detection
},
)