Use js for the config file
Lest we spend an eternity being scalded about dangling commas
This commit is contained in:
parent
7b87229e29
commit
232521b30d
2 changed files with 7 additions and 6 deletions
7
.stylelintrc.js
Normal file
7
.stylelintrc.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
module.exports = {
|
||||||
|
"extends": "stylelint-config-standard",
|
||||||
|
"rules": {
|
||||||
|
"indentation": 4,
|
||||||
|
"comment-empty-line-before": "off",
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "stylelint-config-standard",
|
|
||||||
"rules": {
|
|
||||||
"indentation": 4
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue