Skip to content

Commit

Permalink
changes from before
Browse files Browse the repository at this point in the history
  • Loading branch information
etweisberg committed Sep 10, 2024
1 parent 1065c7d commit 58900c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
'@typescript-eslint/no-unused-vars': ['warn'],
'import/no-extraneous-dependencies': ['error', { devDependencies: true }],
'prettier/prettier': ['error', { endOfLine: 'auto' }],
'import/extensions': [{ tsx: 'always' }, { ts: 'always' }],
'import/extensions': [0, { tsx: 'always' }, { ts: 'always' }],
},
env: {
browser: true,
Expand Down

0 comments on commit 58900c4

Please sign in to comment.