Skip to content

jsonc/no-octal

disallow legacy octal literals

  • ⚙️ This rule is included in all of configs["recommended-with-json"], configs["recommended-with-json5"] and configs["recommended-with-jsonc"].

📖 Rule Details

The rule disallows legacy octal literals.

Now loading...

🔧 Options

Nothing.

🚀 Version

This rule was introduced in eslint-plugin-jsonc v1.1.0

🔍 Implementation

Taken with ❤️ from ESLint core