kuzzleio/kuzzle-device-manager

Add `"comma-dangle": ["error", "always"],` to `.eslintrc.json`

Closed this issue · 1 comments

Add `"comma-dangle": ["error", "always"],` to `.eslintrc.json`

Actually it should rather be

    "comma-dangle": ["error", "only-multiline"],