chore: update public repo

This commit is contained in:
desu-bot 2025-03-08 08:19:53 +00:00
parent f02ccb6029
commit 655e5a8e15
No known key found for this signature in database
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 }],