Tom Kirkpatrick
7 years ago
1 changed files with 2 additions and 1 deletions
@ -1,6 +1,7 @@ |
|||
{ |
|||
"extends": "stylelint-config-standard", |
|||
"rules": { |
|||
"no-descending-specificity": null |
|||
"no-descending-specificity": null, |
|||
"no-empty-source": null |
|||
} |
|||
} |
|||
|
Loading…
Reference in new issue