Closed idolize closed 3 years ago
Thanks for opening the issue and the PR. I have the same problem.
In case anyone is blocked by this, you can just disable the rule until the PR is merged by @Intellicode
rules: {
// https://github.com/Intellicode/eslint-plugin-react-native/issues/298
"react-native/sort-styles": 0,
},
Just updated to eslint 8.0 and getting a new error with this plugin.
See: https://eslint.org/docs/8.0.0/user-guide/migrating-to-8.0.0#rules-require-metafixable-to-provide-fixes
Here is the error stack:
I always run eslint with
--fix
, so this is breaking my current workflow.