Skip to content

Commit

Permalink
Set import/no-unresolved to off (opensearch-project#584)
Browse files Browse the repository at this point in the history
Co-authored-by: Sergey Myssak <[email protected]>
Signed-off-by: Andrey Myssak <[email protected]>
  • Loading branch information
andreymyssak and SergeyMyssak committed May 21, 2023
1 parent 029a8dd commit b7afa98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ module.exports = {
plugins: ['jsx-a11y', 'prettier', 'local', 'react-hooks'],
rules: {
'prefer-template': 'error',
'import/no-unresolved': 'off',
'local/i18n': 'error',
'local/href-with-rel': 'error',
'local/forward-ref': 'error',
Expand Down

0 comments on commit b7afa98

Please sign in to comment.