aboutsummaryrefslogtreecommitdiff
path: root/.stylelintrc.json
blob: 1831c1ffbb20cccbe8de2fa7c1281f5399c4a04e (plain) (blame)
1
2
3
4
5
6
{
  "extends": ["stylelint-config-recommended", "stylelint-config-css-modules"],
  "rules": {
    "no-descending-specificity": null
  }
}