{"id":15405241,"url":"https://github.com/fnando/eslint-plugin-bignumber","last_synced_at":"2026-05-18T19:34:13.667Z","repository":{"id":45033894,"uuid":"217156522","full_name":"fnando/eslint-plugin-bignumber","owner":"fnando","description":"ESlint rule to enforce BigNumber instead of parseFloat","archived":false,"fork":false,"pushed_at":"2022-01-13T07:27:51.000Z","size":51,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T01:54:07.717Z","etag":null,"topics":["bignumber","eslint","eslint-plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fnando.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-23T21:26:14.000Z","updated_at":"2022-09-04T22:17:27.000Z","dependencies_parsed_at":"2022-09-15T05:22:52.647Z","dependency_job_id":null,"html_url":"https://github.com/fnando/eslint-plugin-bignumber","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fnando/eslint-plugin-bignumber","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Feslint-plugin-bignumber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Feslint-plugin-bignumber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Feslint-plugin-bignumber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Feslint-plugin-bignumber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fnando","download_url":"https://codeload.github.com/fnando/eslint-plugin-bignumber/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Feslint-plugin-bignumber/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273992767,"owners_count":25203790,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bignumber","eslint","eslint-plugin"],"created_at":"2024-10-01T16:15:41.719Z","updated_at":"2026-05-18T19:34:08.637Z","avatar_url":"https://github.com/fnando.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-bignumber\n\n[![NPM](https://img.shields.io/npm/v/eslint-plugin-bignumber.svg)](https://www.npmjs.com/package/eslint-plugin-bignumber)\n\nEnforces use of [BigNumber](https://www.npmjs.com/package/bignumber.js) instead of `parseFloat`.\n\n## Installation\n\nYou'll first need to install [ESLint](http://eslint.org):\n\n```console\n$ yarn add -D eslint-plugin-bignumber\n```\n\n## Usage\n\nAdd `bignumber` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:\n\n```json\n{\n  \"plugins\": [\"bignumber\"]\n}\n```\n\nThen configure the rules you want to use under the rules section.\n\n```json\n{\n  \"rules\": {\n    \"bignumber/no-parsefloat\": \"error\"\n  }\n}\n```\n\nYou can also extend the recommended configuration (defaults to `warn`).\n\n```json\n{\n  \"plugins\": [\"bignumber\"],\n  \"extends\": [\"plugin:bignumber/recommended\"]\n}\n```\n\n## License\n\n(The MIT License)\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnando%2Feslint-plugin-bignumber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffnando%2Feslint-plugin-bignumber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnando%2Feslint-plugin-bignumber/lists"}