diff options
| author | ache <ache@ache.one> | 2018-02-02 07:35:25 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2018-02-02 07:35:25 +0100 |
| commit | 50adc090916f5a45a5f81fdde65b2fbcad25c6a4 (patch) | |
| tree | c5f0f5a66b76b1524a908ddedce7dc6a9d544ac9 | |
| parent | Clean of the code with xo linter (diff) | |
Configure XO to use space
| -rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 7522f46..1aa6508 100644 --- a/package.json +++ b/package.json @@ -18,5 +18,8 @@ ], "devDependencies": { "xo": "^0.18.2" + }, + "xo" : { + "space" : true } } |