6 changed files with 475 additions and 348 deletions
@ -1,11 +0,0 @@
|
||||
const process = require('node:process') |
||||
|
||||
process.env.ESLINT_TSCONFIG = 'tsconfig.json' |
||||
|
||||
module.exports = { |
||||
extends: ['@xingyuv', '@unocss'], |
||||
rules: { |
||||
'no-console': 'off', |
||||
'vue/custom-event-name-casing': 'off', |
||||
}, |
||||
} |
@ -0,0 +1,7 @@
|
||||
const antfu = require('@antfu/eslint-config').default |
||||
const unocss = require('@unocss/eslint-plugin') |
||||
|
||||
module.exports = antfu( |
||||
{}, |
||||
unocss.configs.flat, |
||||
) |
Loading…
Reference in new issue