Remove 'use strict' from i18n.js

pull/1/head
Scott Nonnenberg 7 years ago
parent 76be13552f
commit 50d4dbaae7
No known key found for this signature in database
GPG Key ID: 5F82280C35134661

@ -1,7 +1,5 @@
/* eslint-env node */
'use strict';
exports.setup = (locale, messages) => {
if (!locale) {
throw new Error('i18n: locale parameter is required');

Loading…
Cancel
Save