Skip to content

Commit

Permalink
🚀 Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ky6uk committed Nov 19, 2024
1 parent 53c939e commit 0699596
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 127 deletions.
2 changes: 2 additions & 0 deletions configs/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export default tsEslint.config({
'@typescript-eslint/no-unsafe-function-type': 'error',
'@typescript-eslint/no-unsafe-member-access': 'error',
'@typescript-eslint/no-unsafe-return': 'error',
'@typescript-eslint/no-unsafe-type-assertion': 'error',
'@typescript-eslint/no-unsafe-unary-minus': 'error',

// Formatting Rules
Expand Down Expand Up @@ -187,6 +188,7 @@ export default tsEslint.config({
'@typescript-eslint/prefer-return-this-type': 'error',
'@typescript-eslint/prefer-string-starts-ends-with': 'error',
'@typescript-eslint/promise-function-async': 'error',
'@typescript-eslint/related-getter-setter-pairs': 'error',
'@typescript-eslint/require-array-sort-compare': 'error',
'@typescript-eslint/restrict-plus-operands': 'error',
'@typescript-eslint/restrict-template-expressions': 'error',
Expand Down
1 change: 1 addition & 0 deletions configs/vue.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ export default tsEslint.config(
'vue/prefer-prop-type-boolean-first': 'error',
'vue/prefer-separate-static-class': 'error',
'vue/prefer-true-attribute-shorthand': 'error',
'vue/prefer-use-template-ref': 'error',
'vue/require-default-export': 'off',
'vue/require-direct-export': 'error',
'vue/require-emit-validator': 'error',
Expand Down
Loading

0 comments on commit 0699596

Please sign in to comment.