aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mobile/package.json')
-rw-r--r--apps/mobile/package.json20
1 files changed, 2 insertions, 18 deletions
diff --git a/apps/mobile/package.json b/apps/mobile/package.json
index 426df353..f60b77a3 100644
--- a/apps/mobile/package.json
+++ b/apps/mobile/package.json
@@ -10,8 +10,8 @@
"web": "expo start --web",
"format": "prettier .",
"format:fix": "prettier . --write",
- "lint": "eslint .",
- "lint:fix": "eslint . --fix",
+ "lint": "oxlint .",
+ "lint:fix": "oxlint . --fix",
"typecheck": "tsc --noEmit"
},
"dependencies": {
@@ -61,31 +61,15 @@
},
"devDependencies": {
"@babel/core": "~7.26.0",
- "@karakeep/eslint-config": "workspace:^0.2.0",
"@karakeep/prettier-config": "workspace:^0.1.0",
"@karakeep/tailwind-config": "workspace:^0.1.0",
"@karakeep/tsconfig": "workspace:^0.1.0",
"@types/react": "^18.3.12",
"ajv": "latest",
- "eslint": "^8.57.0",
- "eslint-config-universe": "^12.0.0",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.1",
"typescript": "^5.7.3"
},
"private": true,
- "eslintConfig": {
- "root": true,
- "extends": [
- "@karakeep/eslint-config/base",
- "@karakeep/eslint-config/react"
- ],
- "ignorePatterns": [
- "expo-plugins/**",
- "ios/**",
- "android/**",
- "plugins/**"
- ]
- },
"prettier": "@karakeep/prettier-config"
}