BeejLuig / currency-converter

Chrome extension for converting currencies on the fly
MIT License
0 stars 0 forks source link

Style and code linting #13

Closed kerrykimrusso closed 6 years ago

kerrykimrusso commented 6 years ago

For PR sanity sake, we should all get on the same page for style linting. If you prefer a certain code formatting tool, please share here. I personally have prettier installed in VS code with these settings which we can throw into a .prettierrc

"prettier.trailingComma": "es5",
"prettier.singleQuote": true,
kerrykimrusso commented 6 years ago

And for code linting we could pair prettier with a very paired down ES lint. Sometimes ES lint can be downright obnoxious. https://prettier.io/docs/en/eslint.html

kerrykimrusso commented 6 years ago

Linting technical task moved to #15