Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.19 KB

number-no-trailing-zeros.md

File metadata and controls

31 lines (18 loc) · 1.19 KB

stylus/number-no-trailing-zeros

disallow trailing zeros in numbers.

  • ⚙️ This rule is included in "stylelint-stylus/standard". (options: true)
  • 🔧 The fix option can automatically fix some of the problems reported by this rule.

📖 Rule Details

This rule reports trailing zeros in numbers.

❓ Why Not Use stylelint Rule

The number-no-trailing-zeros rule incorrectly report errors in Stylus.
This problem is that the core rules do not understand that range operator of the Stylus.
The stylus/number-no-trailing-zeros rule understands that range operator of the Stylus.

🔧 Options

See stylelint - number-no-trailing-zeros - Options.

👫 Related rules

🔍 Implementation