Skip to content

Commit

Permalink
Docs: Add JSHint W047 compat to no-floating-decimal (#11861)
Browse files Browse the repository at this point in the history
This ESLint rule handles both leading and trailing decimal points.
In order to ease discovery of this ESLint rule, mention the latter
warning as well, as users might only find those in their code.

https://github.com/jshint/jshint/blob/7993101/src/style.js#L100-L116
  • Loading branch information
Krinkle authored and kaicataldo committed Jun 20, 2019
1 parent 41f6304 commit cad074d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-floating-decimal.md
Expand Up @@ -40,4 +40,4 @@ If you aren't concerned about misinterpreting floating decimal point values, the

## Compatibility

* **JSHint**: W008
* **JSHint**: W008, W047

0 comments on commit cad074d

Please sign in to comment.