Skip to content

Commit

Permalink
remove udnerscore
Browse files Browse the repository at this point in the history
  • Loading branch information
bchu1 committed Jan 22, 2025
1 parent ded9110 commit 8663047
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/packages/eslint-config/typescript.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ module.exports = {
},
],

// Access __typename from GQL objects.
'no-underscore-dangle': 'off',

// Allow us to use the above naming pattern for destructuring unused variables.
'@typescript-eslint/naming-convention': [
'error',
Expand Down

0 comments on commit 8663047

Please sign in to comment.