Skip to content

Commit

Permalink
feat: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
iykazrji committed Nov 19, 2024
1 parent 2704dfd commit 9baed28
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions account-kit/rn-signer/example/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ const repoRoot = path.resolve(__dirname, "../../..");
*
*/
module.exports = {
...getConfig(getDefaultConfig(__dirname), {
root,
pkg,
project: __dirname,
}),
watchFolders: [root, repoRoot],
...getConfig(getDefaultConfig(__dirname), {
root,
pkg,
project: __dirname,
}),
watchFolders: [root, repoRoot],
};

0 comments on commit 9baed28

Please sign in to comment.