Add eslint arrow-spacing check

This commit is contained in:
Guillaume Gomez 2022-05-20 17:04:21 +02:00
parent b5caa5a842
commit b036fd378b

View file

@ -38,5 +38,9 @@ module.exports = {
"error",
{ "before": true, "after": true }
],
"arrow-spacing": [
"error",
{ "before": true, "after": true }
],
}
};