Remove 'use strict' from i18n.js
This commit is contained in:
parent
76be13552f
commit
50d4dbaae7
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
|||
/* eslint-env node */
|
||||
|
||||
'use strict';
|
||||
|
||||
exports.setup = (locale, messages) => {
|
||||
if (!locale) {
|
||||
throw new Error('i18n: locale parameter is required');
|
||||
|
|
Loading…
Add table
Reference in a new issue