Enforce import order with ESLint (#25096)
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
import IntlMessageFormat from 'intl-messageformat';
|
||||
|
||||
import { unescape } from 'lodash';
|
||||
|
||||
import locales from './web_push_locales';
|
||||
|
||||
const MAX_NOTIFICATIONS = 5;
|
||||
|
Reference in New Issue
Block a user