diff --git a/docs/rules/no-floating-decimal.md b/docs/rules/no-floating-decimal.md index 30898c0bd8d..880bc0705fa 100644 --- a/docs/rules/no-floating-decimal.md +++ b/docs/rules/no-floating-decimal.md @@ -40,4 +40,4 @@ If you aren't concerned about misinterpreting floating decimal point values, the ## Compatibility -* **JSHint**: W008 +* **JSHint**: W008, W047