Skip to content

Commit

Permalink
Add todo item for eslint rules to add
Browse files Browse the repository at this point in the history
  • Loading branch information
pavish committed Aug 18, 2024
1 parent 3566d3d commit 07a9b7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mathesar_ui/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ module.exports = {
'array-bracket-spacing': 'off',
'no-restricted-syntax': 0,
'@typescript-eslint/require-await': 'off',
// TODO_BETA: Add following eslint rules
// '@typescript-eslint/consistent-type-imports': 'error',
// 'no-duplicate-imports': 'error',
'class-methods-use-this': 'off',
'no-multiple-empty-lines': 1,
'import/order': [
Expand Down

0 comments on commit 07a9b7a

Please sign in to comment.