Add 'use strict' to i18n.js

pull/1/head
Scott Nonnenberg 7 years ago
parent 1326b26585
commit 3899eb8d0b
No known key found for this signature in database
GPG Key ID: 5F82280C35134661

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

Loading…
Cancel
Save