mirror of
https://git.stupid.fish/teidesu/scripts.git
synced 2025-07-28 02:32:11 +10:00
chore: update public repo
This commit is contained in:
parent
f02ccb6029
commit
655e5a8e15
3 changed files with 32 additions and 26 deletions
|
@ -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 }],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue