Marcus Wyatt

Results 6 issues of Marcus Wyatt

## Is your feature request related to a problem? Please describe. I have `Layout/MultilineArrayLineBreaks` enabled which I like for arrays in the form of `[1, 2, 3, 4]`. I want...

On my mac, the file location for theme/extensions was `.../Chrome/Profile 1/Extensions` instead of `.../Chrome/Default/Extensions` I don't know if they've changed it to be this format or if it was just...

Either this plugin isn't compatible with [ESLint's flat config file](https://eslint.org/docs/latest/use/configure/configuration-files-new) yet, or I'm not setting it up quite right. Here's a simple example: Config ```js import globals from 'globals'; import...

## Is your feature request related to a problem? Please describe. While correct when one thinks indent "relative to statement", the following code reads easier if indented "relative to block...

bug

## Is your feature request related to a problem? Please describe. There are certain methods or predefined variables that shouldn't be overwritten/redefined. #### Don't do this ```ruby require = "I'm...