Skip to content

Commit 95f93e4

Browse files
committed
Resolve lint error in readme
1 parent 803065b commit 95f93e4

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

packages/gator-permissions-controller/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ gatorPermissionsController.enableGatorPermissions();
2929
### Fetch from Profile Sync
3030

3131
```typescript
32-
const permissions = await gatorPermissionsController.fetchAndUpdateGatorPermissions();
32+
const permissions =
33+
await gatorPermissionsController.fetchAndUpdateGatorPermissions();
3334
```
3435

3536
## Contributing
3637

37-
This package is part of a monorepo. Instructions for contributing can be found in the [monorepo README](https://github.com/MetaMask/core#readme).
38+
This package is part of a monorepo. Instructions for contributing can be found in the [monorepo README](https://github.com/MetaMask/core#readme).

packages/gator-permissions-controller/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"references": [
77
{ "path": "../base-controller" },
8-
{ "path": "../profile-sync-controller" },
8+
{ "path": "../profile-sync-controller" }
99
],
1010
"include": ["../../types", "./src"]
1111
}

0 commit comments

Comments
 (0)