aboutsummaryrefslogtreecommitdiffstats
path: root/.stylelintrc.json
Commit message (Collapse)AuthorAgeFilesLines
* build(stylelint): fix configuration by removing unknown rulesArmand Philippot2023-12-181-15/+0
| | | | | | | Some rules have been depecrated in v15 and are now removed in v16: * declaration-colon-newline-after * indentation * max-line-length
* build(stylelint): allow zero with unit for custom propertiesArmand Philippot2022-01-081-0/+1
| | | | | A custom property with a value of zero needs an unit to be used inside calc function.
* build(stylelint): allow use of css modules selectors like global/localArmand Philippot2022-01-041-0/+4
|
* build(linter): add rules to allow CSS modules composes propertyArmand Philippot2021-12-161-0/+6
|
* build: add tools to enforce some code/commit rulesArmand Philippot2021-12-121-0/+38