Skip to content

Conversation

@MartinInAction
Copy link
Contributor

Hola!
These changes makes implmentation with eslint 9.x.x working without any compat or hassle!

So if anyone wants to merge, we can move this package forward :)

@front-end-captain
Copy link

any progress?

@mnelabs-kevin
Copy link

Any progress?

@Intellicode Intellicode self-requested a review December 30, 2024 20:10
@Intellicode Intellicode merged commit 032e96a into Intellicode:master Dec 30, 2024
@Intellicode
Copy link
Owner

Thanks! Made a release

@kevinschaffter
Copy link

kevinschaffter commented Jan 4, 2025

Thanks very much 🙏, do you mind updating the docs with suggested use? Just having trouble getting this to work with V9.

@kadikraman
Copy link

This is how to use it in flat config:

const { defineConfig } = require("eslint/config");
const eslintPluginReactNative = require("eslint-plugin-react-native");

module.exports = defineConfig([
   // your other config
  {
    plugins: {
      "react-native": eslintPluginReactNative,
    },
    rules: {
      // enable the rules you want to use
      "react-native/no-unused-styles": "error",
    },
  },
]);

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.

7 participants