Andrea Pontrandolfo

Results 30 issues of Andrea Pontrandolfo

With ESLint v9 we can add this new rule: `no-useless-assignment` from `@eslint/js`.

new-rule

With the release of eslint-config-sheriff V19, the new major, we should publish a new blog post. Highlights: - [x] https://github.com/AndreaPontrandolfo/sheriff/issues/185 - [x] https://github.com/AndreaPontrandolfo/sheriff/issues/209 ~~I think we can save ESLint V9...

help wanted
blog
accepted

Any chance of porting [no-rename-default](https://github.com/import-js/eslint-plugin-import/pull/3006) from upstream? The PR is there but it never got merged (`eslint-plugin-import` is basically abandonware at this point).

good first issue
PR welcome

### What is the improvement or update you wish to see? Fix docs around vitest CLI and improve docs around caching and file storing. ### Is there any context that...

area: docs

help wanted
ci
accepted

We should adopt [prefer-arrow-functions](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions) ## BLOCKED BY - [ ] https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/44 - [ ] https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/35 - [ ] https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/24

plugins
new-rule
triaging

https://codehike.org/ https://github.com/code-hike/examples/tree/main/with-docusaurus

documentation
accepted

plugins
dependency-update
triaging

## Description With ESLint V9, it now became very valuable for ESlint plugins to export types declaration. ## Suggested Solution The project is already in Typescript. Use some kind of...

It would be nice if the syntax for the various ignores options could be widened with regexes or [minimatch](https://github.com/isaacs/minimatch)-like syntax.