Skip to content

Commit

Permalink
Merge pull request #846 from 3flex/ts-eslint-8
Browse files Browse the repository at this point in the history
  • Loading branch information
thornbill authored Jan 13, 2025
2 parents 7081638 + dcbea1a commit f57c8ca
Show file tree
Hide file tree
Showing 3 changed files with 805 additions and 164 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module.exports = {
root: true,
parser: '@typescript-eslint/parser',
plugins: [
'@stylistic',
'@typescript-eslint',
'import',
'vitest'
Expand All @@ -22,8 +23,9 @@ module.exports = {
'newlines-between': 'always-and-inside-groups'
}],

'@stylistic/type-annotation-spacing': ['error'],

'@typescript-eslint/consistent-type-imports': ['error'],
'@typescript-eslint/type-annotation-spacing': ['error'],

'array-callback-return': ['error'],
'arrow-spacing': ['error'],
Expand Down
Loading

0 comments on commit f57c8ca

Please sign in to comment.