mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 17:54:30 +08:00
migrate transaction list page to composition API and typescript
This commit is contained in:
+1
-9
@@ -23,17 +23,9 @@ export default [
|
||||
'**/*.{vue,ts,tsx,mts,js,jsx,cjs,mjs}'
|
||||
],
|
||||
rules: {
|
||||
'@typescript-eslint/no-this-alias': ['error', {
|
||||
allowedNames: ['self']
|
||||
}],
|
||||
'vue/valid-v-slot': ['error', {
|
||||
allowModifiers: true
|
||||
}],
|
||||
'vue/block-lang': ['error', {
|
||||
script: {
|
||||
lang: ['ts', 'js']
|
||||
}
|
||||
}],
|
||||
}]
|
||||
}
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user