shelby speegle

Results 5 comments of shelby speegle

awesome! thanks @ljharb. i can't seem to find the right options for `function-paren-newline` that adheres to the airbnb eslint guideline 7.15. in particular, i can't get eslint to bug me...

thanks @raunofreiberg, that gets me close, unfortunately it allows these scenarios: ``` // bad? console.log( foo, bar, baz, yo, ); // bad? console.log( foo, bar, baz, yo, ); ``` i...

@GusBuonv That works great for me! For this test file, eslint errors show: ![image](https://user-images.githubusercontent.com/7694692/133004114-edce13a3-cc1d-480d-85db-163c3df451b2.png) ... and `eslint --fix` now properly resolves that to: ![image](https://user-images.githubusercontent.com/7694692/133004123-2beb9f80-ed07-41b4-b13e-e0d35ac3ae28.png) Using your suggested rules in this...

For what its worth - `"terminal.integrated.fontFamily": "HackNerdFontComplete-Regular",` ended up working for me.

Nothing to add here other than to say we are experiencing the same thing (webpack 4 build failure with same message)after adding [email protected], after reading this thread and rolling back...