standard / semistandard

:icecream: All the goodness of `standard/standard` with semicolons sprinkled on top.
MIT License
1.41k stars 123 forks source link

Use object shorthand #264

Closed LinusU closed 4 years ago

LinusU commented 4 years ago

What is the purpose of this pull request? (put an "X" next to item)

[ ] Documentation update [ ] Bug fix [ ] New feature [x] Other, please explain: lint update

What changes did you make? (Give an overview)

I started using object shorthand for properties, that is, I changed { cwd: cwd } to { cwd }.

Which issue (if any) does this pull request address?

https://github.com/standard/eslint-config-standard/pull/166

Is there anything you'd like reviewers to focus on?

The one line changed 😅