Skip to content

Commit

Permalink
Merge pull request #696 from taeh98/sort-index.d.ts
Browse files Browse the repository at this point in the history
added no-console eslint rule and updated @types/react dep
  • Loading branch information
taeh98 authored Aug 24, 2023
2 parents 13de7af + ca8afd8 commit bd36006
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ rules:
max-lines-per-function:
- error
- max: 20
no-console: error
no-duplicate-imports: error
no-multi-spaces: error
no-shadow: error
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"react-native-gesture-handler": "^2.12.1"
},
"devDependencies": {
"@types/react": "^18.2.20",
"@types/react": "^18.2.21",
"@types/react-native": "^0.72.2",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
Expand Down

0 comments on commit bd36006

Please sign in to comment.