Skip to content

Commit

Permalink
fix: fix eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
sashtje committed Sep 10, 2023
1 parent 06a673e commit fa57b14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = {
'no-underscore-dangle': 'off',
'i18next/no-literal-string': ['error', {
markupOnly: true,
ignoreAttribute: ['data-testid', 'to'],
ignoreAttribute: ['data-testid', 'to', 'target'],
}],
'max-len': ['error', {
ignoreComments: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ export const ArticleDetailsPage = memo((props: ArticleDetailsPageProps) => {
className={cls.recommendations}
articles={recommendations}
isLoading={recommendationsIsLoading}
/* eslint-disable-next-line i18next/no-literal-string */
target="_blank"
/>

Expand Down

0 comments on commit fa57b14

Please sign in to comment.