Skip to content

Commit f7943cb

Browse files
committed
fix: typescript-eslint setup
1 parent f1afddb commit f7943cb

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

bun.lockb

7.06 KB
Binary file not shown.

config/.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
"**/react-native.config.js",
1212
"**/tsconfig.json"
1313
],
14-
extends: ['@react-native','plugin:prettier/recommended'],
14+
extends: ['@react-native', 'plugin:@typescript-eslint/recommended'],
1515
plugins: ['@typescript-eslint', 'prettier', 'jest'],
1616
parser: '@typescript-eslint/parser',
1717
parserOptions: {

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@
5353
"@types/eslint__js": "^8.42.3",
5454
"@types/jest": "^29.5.13",
5555
"@types/react": "^19.0.0",
56+
"@typescript-eslint/eslint-plugin": "^8.46.3",
57+
"@typescript-eslint/parser": "^8.46.3",
5658
"babel-plugin-module-resolver": "^5.0.2",
5759
"babel-plugin-transform-typescript-metadata": "^0.3.2",
5860
"eslint": "8.57.0",

0 commit comments

Comments
 (0)