Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.
/ esformatter-parseint Public archive

esformatter plugin that adds the radix parameter to parseInt

License

Notifications You must be signed in to change notification settings

kewah/esformatter-parseint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esformatter-parseint Build Status

esformatter plugin that adds the radix parameter to parseInt

parseInt(1.1);
// transformed to:
parseInt(1.1, 10);

Install

With npm do:

$ npm install esformatter-parseint

Usage

esformatter config file:

{
  "plugins": [
    "esformatter-parseint"
  ]
}

License

MIT

About

esformatter plugin that adds the radix parameter to parseInt

Resources

License

Stars

Watchers

Forks

Packages

No packages published