fecs-repair

0.0.4 • Public • Published

fecs-repair

fecs报错自动修复

安装 npm install -g fecs-repair

目前支持

  • jsdoc @file @author 自动添加
  • 自动添加 {}
  • object['property'] => object.property
  • 修正最后一行为空行
  • parseInt(number) => parseInt(number, 10)
  • { 'property': value } => { property: value }
  • "string" => 'string'
  • { property: value, } => {property: value}
  • //comment => // comment
  • var a, b; => var a;\n var b;

Readme

Keywords

Package Sidebar

Install

npm i fecs-repair

Weekly Downloads

1

Version

0.0.4

License

MIT

Last publish

Collaborators

  • aneryu