Matt Wilkinson

Results 7 issues of Matt Wilkinson

Fixes #480. I should note that this still needs some testing, and I'll be using my org as guinea pigs over the next week or so to work out any...

`Import-CrmSolution`/`Import-CrmSolutionAsync` currently give no feedback to the user unless they specifically use `-Verbose`, and `Import-CrmSolutionAsync` doesn't give any progress indication even when using `-Verbose`. Powershell has a native progress indication...

enhancement

#### Prerequisites checklist - [X] I have read the [contributing guidelines](https://github.com/eslint/eslint/blob/HEAD/CONTRIBUTING.md). #### What is the purpose of this pull request? (put an "X" next to an item) [X] Documentation update...

documentation
accepted

Currently, importing `ts.json` also imports `ts-for-js.json`. This changes a lot of things at a global level, assuming that the user has kept the ESLint default of linting all `.js` files....

question

## Description When used in a Typescript codebase, where constructor overloads/multiple signatures are definable, `prefer-class-properties` will throw an exception, as it currently assumes that there will only be one or...

## Description `@shopify/eslint-plugin` and `@shopify/stylelint-plugin` are missing peerDependencies on `@babel/core` and `prettier`. While it's not a massive problem, it does make life harder for package managers when trying to optimize...

### ESLint version 8.44.0 ### What problem do you want to solve? At the moment, flat config will nicely merge sets of rules together, and handle changing severities, but if...

enhancement
core
needs design