ensure all JS files have blank newline at top
This commit is contained in:
parent
b2bcbcec7c
commit
ea4754e332
3 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
|
||||
// support async await by babel
|
||||
require('babel/register')({
|
||||
optional: ['asyncToGenerator']
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
/**
|
||||
* Module dependencies.
|
||||
*/
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
require('babel/register')({
|
||||
optional: ['asyncToGenerator']
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue