Add eslint key-spacing check
This commit is contained in:
parent
b036fd378b
commit
116c5a25e7
1 changed files with 4 additions and 0 deletions
|
@ -42,5 +42,9 @@ module.exports = {
|
||||||
"error",
|
"error",
|
||||||
{ "before": true, "after": true }
|
{ "before": true, "after": true }
|
||||||
],
|
],
|
||||||
|
"key-spacing": [
|
||||||
|
"error",
|
||||||
|
{ "beforeColon": false, "afterColon": true, "mode": "strict" }
|
||||||
|
],
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue