Skip to content

Commit

Permalink
Added fixStyle (deephaven#2229)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Sep 19, 2024
1 parent b2fef09 commit f31eed8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,10 @@ module.exports = {
plugins: ['@typescript-eslint'],
extends: ['plugin:@typescript-eslint/recommended'],
rules: {
'@typescript-eslint/consistent-type-imports': 'error',
'@typescript-eslint/consistent-type-imports': [
'error',
{ fixStyle: 'inline-type-imports' },
],
'@typescript-eslint/default-param-last': ['error'],
'@typescript-eslint/explicit-module-boundary-types': 'error',
'@typescript-eslint/method-signature-style': 'error',
Expand Down

0 comments on commit f31eed8

Please sign in to comment.