itgalaxy/eslint-plugin-itgalaxy

Rule idea: `padded-objects`

alexander-akait opened this issue · 0 comments

Invalid:

const someObject = {

    key: 'value'

};