persona-community-5/.pnpm-store/v3/files/c4/52039718c3165714f08bf6185761c1fa266964d1651c69163af3d6d4354ecee6dbd8fceed4aca488d66d74ba4b0e9a0481aa29c9bff260a758347c1e761c38
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

14 lines
518 B
Plaintext

---
description: 'Disallow literal numbers that lose precision.'
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
> 🛑 This file is source code, not the primary documentation location! 🛑
>
> See **https://typescript-eslint.io/rules/no-loss-of-precision** for documentation.
This rule extends the base [`eslint/no-loss-of-precision`](https://eslint.org/docs/rules/no-loss-of-precision) rule.
It adds support for [numeric separators](https://github.com/tc39/proposal-numeric-separator).