Skip to content

Conversation

@mainframev
Copy link
Contributor

@mainframev mainframev commented Dec 30, 2024

Upgrading to ESLint v9 but sticking with the legacy config format for now. Jumping straight to the new flat format is too much all at once. The plan is to first update ESLint with legacy flag and all related plugins to make sure everything works. After that, will start moving our .eslintrc files over to eslint.config.js and switch to the new flat format

In follow-up internal eslint-plugin will be moved to flat config, eslint-plugin-react-components will be compatible with both 8 and 9 versions.

Previous Behavior

New Behavior

Related Issue(s)

@fabricteam
Copy link
Collaborator

fabricteam commented Dec 30, 2024

🕵 FluentUIV0 No visual regressions between this PR and main

@mainframev mainframev force-pushed the eslint-v9-with-flag branch 3 times, most recently from c6b91dd to a8bd13f Compare December 31, 2024 17:05
@github-actions
Copy link

github-actions bot commented Dec 31, 2024

📊 Bundle size report

✅ No changes found

@mainframev mainframev force-pushed the eslint-v9-with-flag branch 2 times, most recently from cc6f3e3 to c71d536 Compare January 2, 2025 21:05
@github-actions
Copy link

github-actions bot commented Jan 2, 2025

Pull request demo site: URL

@mainframev mainframev force-pushed the eslint-v9-with-flag branch 2 times, most recently from 889a93b to e1a4584 Compare January 9, 2025 15:50
@mainframev mainframev force-pushed the eslint-v9-with-flag branch 3 times, most recently from eb15a30 to df1d6c8 Compare February 12, 2025 10:16
@mainframev mainframev force-pushed the eslint-v9-with-flag branch 3 times, most recently from 987ce1b to 0d3f32f Compare February 13, 2025 18:14
@mainframev mainframev marked this pull request as ready for review February 13, 2025 21:45
@mainframev mainframev force-pushed the eslint-v9-with-flag branch from 06adaef to 6258a79 Compare April 3, 2025 12:43
@mainframev mainframev requested a review from Hotell April 3, 2025 16:21
"@typescript-eslint/no-explicit-any": "off",
"no-restricted-globals": "off"
"no-restricted-globals": "off",
"@typescript-eslint/no-deprecated": "warn"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"import/no-webpack-loader-syntax": "off", // ok in this project
"no-restricted-globals": "off"
"no-restricted-globals": "off",
"react-hooks/rules-of-hooks": "warn"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Hotell Hotell merged commit dbe0409 into microsoft:master Apr 3, 2025
14 checks passed
marcosmoura pushed a commit to marcosmoura/fluentui that referenced this pull request Apr 8, 2025
mainframev added a commit to mainframev/fluentui that referenced this pull request Jun 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants