matype / stylefmt

stylefmt is a tool that automatically formats stylesheets.
Other
2.1k stars 89 forks source link

Can't load config when rule value is array #218

Closed gucong3000 closed 7 years ago

gucong3000 commented 7 years ago

When i use config like this, stylefmt con't load value of number-no-trailing-zeros

{
    "rules": {
        "number-no-trailing-zeros": [true]
    }
}