📝 CONTRIBUTING.md: JS is linted with Prettier

This just documents a long-running practice, as of May 2019.

For the backstory on the change, see:
https://github.com/atom/atom/pull/19391
This commit is contained in:
DeeDeeG 2020-08-22 17:35:08 -04:00 committed by Sadick
parent 607aa8f7c3
commit 0e6df6892a

View File

@ -249,7 +249,7 @@ While the prerequisites above must be satisfied prior to having your pull reques
### JavaScript Styleguide
All JavaScript must adhere to [JavaScript Standard Style](https://standardjs.com/).
All JavaScript code is linted with [Prettier](https://prettier.io/).
* Prefer the object spread operator (`{...anotherObj}`) to `Object.assign()`
* Inline `export`s with expressions whenever possible