PassFort / json-schema-to-flow-type

69 stars 17 forks source link

Print pretty #2

Open morlay opened 7 years ago

morlay commented 7 years ago

Waiting new version babel-generator release with. https://github.com/babel/babel/issues/4856

morlay commented 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([]),
  );