Enable ESLint rules import/* (#5414)
* Enable ESLint rules import/* * fix
This commit is contained in:
parent
fa0be3f834
commit
bf0ee1a25c
9 changed files with 81 additions and 22 deletions
|
@ -10,6 +10,7 @@ import { hydrateStore } from '../actions/store';
|
|||
import { connectUserStream } from '../actions/streaming';
|
||||
import { IntlProvider, addLocaleData } from 'react-intl';
|
||||
import { getLocale } from '../locales';
|
||||
|
||||
const { localeData, messages } = getLocale();
|
||||
addLocaleData(localeData);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue