Skip to content

Commit

Permalink
chore: broken boi
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfrangu committed Dec 30, 2023
1 parent 02db0d4 commit a0a485a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ const typeScriptRuleset = merge(...typescript, {
rules: {
'@typescript-eslint/consistent-type-definitions': [2, 'interface'],
'@typescript-eslint/dot-notation': 0,
'import/order': [
1,
{
alphabetize: {
caseInsensitive: false,
order: 'asc',
},
groups: ['builtin', 'external', 'internal', 'parent', 'sibling', 'index'],
'newlines-between': 'never',
},
],
},
settings: {
'import/resolver': {
Expand Down

0 comments on commit a0a485a

Please sign in to comment.