Closed LinusU closed 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 }.
{ cwd: cwd }
{ 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 😅
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 😅