remove line-numbers from babel-code-frame

This commit is contained in:
Sebastian McKenzie
2016-03-22 22:08:25 +00:00
parent 971ab0e88e
commit 09287643c7
2 changed files with 5 additions and 2 deletions

View File

@@ -1,12 +1,16 @@
/* eslint indent: 0 */
/* eslint max-len: 0 */
import lineNumbers from "line-numbers";
//import lineNumbers from "line-numbers";
import repeating from "repeating";
import jsTokens from "js-tokens";
import esutils from "esutils";
import chalk from "chalk";
function lineNumbers(lines) {
return lines;
}
/**
* Chalk styles for token types.
*/