Skip to content

Commit c53583a

Browse files
committed
fix: linting
1 parent a5750e1 commit c53583a

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

apps/RNApp/.eslintrc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"extends": ["@react-native", "prettier"],
3+
"plugins": ["prettier"],
4+
"ignorePatterns": ["node_modules/", "lib/"]
5+
}

packages/brownie/.eslintrc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"extends": ["@react-native", "prettier"],
3+
"plugins": ["prettier"],
4+
"ignorePatterns": ["dist/"]
5+
}

0 commit comments

Comments
 (0)