Skip to content

Commit

Permalink
chore(lint): fix eslint. build succeeds with errors
Browse files Browse the repository at this point in the history
errors seem to be caused by open issue with webpack5 and react-scripts
@see facebook/create-react-app#11752
  • Loading branch information
SgtPooki committed Jul 9, 2022
1 parent 1a04511 commit a6c8341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import HttpBackend from 'i18next-http-backend'
import LanguageDetector from 'i18next-browser-languagedetector'
import pkgJson from '../package.json'

const { version } = pkgJson

import locales from './lib/languages.json'

const { version } = pkgJson
export const localesList = Object.values(locales)

i18n
Expand Down

0 comments on commit a6c8341

Please sign in to comment.