Skip to content

Commit

Permalink
fix: update eslint-plugin-specs paths for react-native/codegen in rea…
Browse files Browse the repository at this point in the history
…ct-native-modules
  • Loading branch information
Ruslan Lesiutin committed Nov 26, 2022
1 parent 720b05d commit cd284fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin-specs/react-native-modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function requireModuleParser() {
// If using this externally, we leverage @react-native/codegen as published form
if (!PACKAGE_USAGE) {
const config = {
only: [/@react-native\/codegen\/src\//],
only: [/react-native-codegen\/src\//],
plugins: [require('@babel/plugin-transform-flow-strip-types').default],
};

Expand Down

0 comments on commit cd284fe

Please sign in to comment.