Skip to content

Commit b2c99cf

Browse files
committed
remove eslint
1 parent 033b1a2 commit b2c99cf

2 files changed

Lines changed: 2 additions & 41 deletions

File tree

packages/jsi/eslint.config.mjs

Lines changed: 0 additions & 29 deletions
This file was deleted.

packages/jsi/package.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
"scripts": {
3535
"clean": "del-cli lib",
3636
"prepare": "bob build",
37-
"typecheck": "tsc",
38-
"lint": "eslint \"**/*.{js,ts,tsx}\""
37+
"typecheck": "tsc"
3938
},
4039
"keywords": [
4140
"react-native",
@@ -56,16 +55,9 @@
5655
"registry": "https://registry.npmjs.org/"
5756
},
5857
"devDependencies": {
59-
"@eslint/compat": "^1.3.2",
60-
"@eslint/eslintrc": "^3.3.1",
61-
"@eslint/js": "^9.35.0",
6258
"@react-native/babel-preset": "0.83.0",
63-
"@react-native/eslint-config": "0.83.0",
6459
"@types/react": "^19.1.12",
6560
"del-cli": "^6.0.0",
66-
"eslint": "^9.35.0",
67-
"eslint-config-prettier": "^10.1.8",
68-
"eslint-plugin-prettier": "^5.5.4",
6961
"prettier": "^2.8.8",
7062
"react": "19.1.0",
7163
"react-native": "0.81.5",
@@ -116,9 +108,7 @@
116108
"create-react-native-library": {
117109
"type": "turbo-module",
118110
"languages": "kotlin-objc",
119-
"tools": [
120-
"eslint"
121-
],
111+
"tools": [],
122112
"version": "0.57.2"
123113
}
124114
}

0 commit comments

Comments
 (0)