Add eslint arrow-spacing check
This commit is contained in:
parent
b5caa5a842
commit
b036fd378b
1 changed files with 4 additions and 0 deletions
|
@ -38,5 +38,9 @@ module.exports = {
|
|||
"error",
|
||||
{ "before": true, "after": true }
|
||||
],
|
||||
"arrow-spacing": [
|
||||
"error",
|
||||
{ "before": true, "after": true }
|
||||
],
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue