Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ngamanda committed Jun 30, 2023
1 parent 83ced6f commit 00898c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datahub-web-react/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ module.exports = {
project: './tsconfig.json',
},
rules: {
'@typescript-eslint/no-explicit-any': 'warn',
'arrow-body-style': 'warn',
'class-methods-use-this': 'off',
'import/no-extraneous-dependencies': 'off',
'import/prefer-default-export': 'off', // TODO: remove this lint rule
'no-console': 'off',
'no-plusplus': 'off',
'no-prototype-builtins': 'warn',
'no-restricted-exports': 'warn',
'no-underscore-dangle': 'off',
'no-unsafe-optional-chaining': 'off',
'prefer-exponentiation-operator': 'off',
'prefer-exponentiation-operator': 'off',
'prefer-regex-literals': 'warn',
'react/destructuring-assignment': 'off',
'react/destructuring-assignment': 'off',
'react/function-component-definition': 'off',
'react/jsx-no-bind': 'off',
'react/jsx-no-constructed-context-values': 'off',
Expand Down

0 comments on commit 00898c6

Please sign in to comment.