Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Add JSHint W047 compat to no-floating-decimal #11861

Merged
merged 1 commit into from Jun 20, 2019

Commits on Jun 19, 2019

  1. Docs: Add JSHint W047 compat to no-floating-decimal

    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
    Krinkle committed Jun 19, 2019
    Copy the full SHA
    21b2955 View commit details
    Browse the repository at this point in the history