Skip to content

Move oxlint config into scripts and remove the @fluentui-react-native/lint-config-rules package#4102

Open
JasonVMo wants to merge 2 commits intouser/jasonvmo/configs-part-1from
user/jasonvmo/configs-part-2
Open

Move oxlint config into scripts and remove the @fluentui-react-native/lint-config-rules package#4102
JasonVMo wants to merge 2 commits intouser/jasonvmo/configs-part-1from
user/jasonvmo/configs-part-2

Conversation

@JasonVMo
Copy link
Copy Markdown
Contributor

@JasonVMo JasonVMo commented May 7, 2026

Platforms Impacted

  • all (but really none)

Description of changes

Move the oxlint configuration into the scripts package, exposed via an exports entry. Remove the previous configuration package. This is part of consolidating the configs and getting rid of having so many discrete packages here.

@JasonVMo JasonVMo requested a review from Saadnajmi May 7, 2026 01:17
private projRoot: ProjectRoot = getProjectRoot(process.cwd());
private result = 0;
private removedDevDeps: string[] = [];
private removedDevDeps: string[] = ['@fluentui-react-native/lint-config-rules'];
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Still need this?

Comment thread apps/win32/package.json
Comment on lines -23 to +24
"build": "fluentui-scripts build",
"build-cjs": "tsgo --outDir lib-commonjs",
"build-core": "tsgo --outDir lib --module esnext --moduleResolution bundler",
"build": "tsgo",
"build-core": "tsgo",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Did this leak from the other TS change?

Comment on lines -23 to +24
"build": "fluentui-scripts build",
"build-cjs": "tsgo --outDir lib-commonjs",
"build-core": "tsgo --outDir lib --module esnext --moduleResolution bundler",
"build": "tsgo",
"build-core": "tsgo",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Similar comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants