Shopify / web-configs

Common configurations for building web apps at Shopify
MIT License
461 stars 55 forks source link

@shopify/eslint-plugin: Add support for ESLint v9 and flat config #425

Open EvgenyOrekhov opened 4 weeks ago

EvgenyOrekhov commented 4 weeks ago

Overview

ESLint v9 was released 2 months ago: https://eslint.org/blog/2024/04/eslint-v9.0.0-released/

Type

Motivation

What inspired this feature request? What problems were you facing, or what else makes you think this should be included?

Impossible to use @shopify/eslint-plugin with ESLint v9

Labels

Area

Scope


Checklist

andyw8 commented 3 days ago

This is important to address, as there is the danger that updating to ESLint v9 can result in checks being silently skipped:

https://github.com/Shopify/vscode-shopify-metrics/pull/614