Skip to content

math/no-static-nan-calculations

disallow static calculations that go to NaN

  • ⚙️ This rule is included in "plugin:math/recommended".
  • 💡 Some problems reported by this rule are manually fixable by editor suggestions.

📖 Rule Details

This rule disallow static calculations that go to NaN.

Now loading...

🔧 Options

Nothing.

📚 Further reading

🚀 Version

This rule was introduced in eslint-plugin-math v0.5.0

🔍 Implementation