summaryrefslogtreecommitdiff
path: root/themes/CodeIT/.stylelintrc
blob: 16f41ba80ff9d1281c7e4263d4252a6a1d67196c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "plugins": [
    "stylelint-scss"
  ],
  "extends": [
    "stylelint-config-standard",
    "stylelint-config-prettier"
  ],
  "rules": {
    "at-rule-no-unknown": null,
    "scss/at-rule-no-unknown": true
  }
}