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;

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    2
  • 0.0.3
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i fecs-repair

Weekly Downloads

2

Version

0.0.4

License

MIT

Last publish

Collaborators

  • aneryu