lint fix updates

This commit is contained in:
2020-01-31 16:12:16 +05:30
parent b6ff65b58a
commit ec19224ebc
17 changed files with 16 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
'use strict';
// Do this as the first thing so that any code reading it knows the right env.
process.env.BABEL_ENV = 'production';

View File

@@ -1,4 +1,4 @@
'use strict';
// Do this as the first thing so that any code reading it knows the right env.
process.env.BABEL_ENV = 'development';

View File

@@ -1,4 +1,4 @@
'use strict';
// Do this as the first thing so that any code reading it knows the right env.
process.env.BABEL_ENV = 'test';