@putout/plugin-apply-numeric-separators
putout plugin adds ability apply numeric separators
Last updated 5 years ago by coderaiser .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @putout/plugin-apply-numeric-separators 
SYNC missed versions from official npm registry.

@putout/plugin-apply-numeric-separators NPM version Dependency Status

putout plugin apply numeric separators.

Install

npm i @putout/plugin-apply-numeric-separators

Rule

{
    "rules": {
        "apply-numeric-separators": "on"
    }
}

❌ Incorrect code example

const t = 10000000;

✅ Correct code Example

const t = 10_000_000;

License

MIT

Current Tags

  • 1.2.1                                ...           latest (5 years ago)

6 Versions

  • 1.2.1                                ...           5 years ago
  • 1.2.0                                ...           5 years ago
  • 1.1.0                                ...           5 years ago
  • 1.0.2                                ...           6 years ago
  • 1.0.1                                ...           6 years ago
  • 1.0.0                                ...           6 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (0)
None
Dev Dependencies (11)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |