Remove 'use strict' from i18n.js

This commit is contained in:
Scott Nonnenberg 2018-04-05 13:42:41 -07:00
parent 76be13552f
commit 50d4dbaae7
No known key found for this signature in database
GPG key ID: 5F82280C35134661

View file

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