Open morlay opened 7 years ago
Use eslint to pretty and make it have same style which in target project
import { CLIEngine } from 'eslint'
const cli = new CLIEngine({
useEslintrc: true,
fix: true,
});
CLIEngine.outputFixes(
cli.executeOnFiles([]),
);
Waiting new version babel-generator release with. https://github.com/babel/babel/issues/4856