chore: update public repo

This commit is contained in:
desu-bot 2025-03-08 08:19:53 +00:00
parent 1b72ac0bc4
commit 7e7001e63b
3 changed files with 32 additions and 26 deletions

View file

@ -1,8 +1,13 @@
import antfu from '@antfu/eslint-config'
export default antfu({
ignores: ['assets/'],
ignores: [
'assets/',
'node_modules/',
'dist/',
],
typescript: true,
gitignore: false,
rules: {
'curly': ['error', 'multi-line'],
'style/brace-style': ['error', '1tbs', { allowSingleLine: true }],