Skip to content

Commit bd36006

Browse files
authored
Merge pull request #696 from taeh98/sort-index.d.ts
added no-console eslint rule and updated @types/react dep
2 parents 13de7af + ca8afd8 commit bd36006

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.eslintrc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ rules:
7878
max-lines-per-function:
7979
- error
8080
- max: 20
81+
no-console: error
8182
no-duplicate-imports: error
8283
no-multi-spaces: error
8384
no-shadow: error

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"react-native-gesture-handler": "^2.12.1"
4848
},
4949
"devDependencies": {
50-
"@types/react": "^18.2.20",
50+
"@types/react": "^18.2.21",
5151
"@types/react-native": "^0.72.2",
5252
"@typescript-eslint/eslint-plugin": "^6.4.1",
5353
"@typescript-eslint/parser": "^6.4.1",

0 commit comments

Comments
 (0)