mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
eslint
This commit is contained in:
parent
fa71a46403
commit
53d2acd733
2
index.js
2
index.js
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
// Node Source Map Support
|
// Node Source Map Support
|
||||||
// https://github.com/evanw/node-source-map-support
|
// https://github.com/evanw/node-source-map-support
|
||||||
require('source-map-support').install();
|
require('source-map-support').install()
|
||||||
|
|
||||||
// Fix babel flag
|
// Fix babel flag
|
||||||
/* istanbul ignore else */
|
/* istanbul ignore else */
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
// Node Source Map Support
|
// Node Source Map Support
|
||||||
// https://github.com/evanw/node-source-map-support
|
// https://github.com/evanw/node-source-map-support
|
||||||
require('source-map-support').install();
|
require('source-map-support').install()
|
||||||
|
|
||||||
// Fix babel flag
|
// Fix babel flag
|
||||||
/* istanbul ignore else */
|
/* istanbul ignore else */
|
||||||
|
Loading…
Reference in New Issue
Block a user