Skip to content

Support TypeScript in split-platform-components#256

Merged
Intellicode merged 1 commit intoIntellicode:masterfrom
rickdunkin:patch-1
Sep 24, 2020
Merged

Support TypeScript in split-platform-components#256
Intellicode merged 1 commit intoIntellicode:masterfrom
rickdunkin:patch-1

Conversation

@rickdunkin
Copy link
Copy Markdown
Contributor

Currently only .js files are recognized by the split-platform-components rule. This update should allow for TypeScript support as well.

@omonk
Copy link
Copy Markdown

omonk commented Sep 24, 2020

@Intellicode can this be merged? At the moment we are having to switch it off manually

overrides: [
    {
      files: ["*.ios.ts", "*.ios.tsx", "*.android.ts", "*.android.tsx"],
      rules: {
        "react-native/split-platform-components": 0,
      },
    },
  ],

@Intellicode Intellicode merged commit 17312b1 into Intellicode:master Sep 24, 2020
@Intellicode
Copy link
Copy Markdown
Owner

@rickdunkin, @omonk sorry for the delay, thanks for the contribution! I'll make a release shortly

@omonk
Copy link
Copy Markdown

omonk commented Sep 24, 2020

Thanks for picking it up!

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.

3 participants