diff options
Diffstat (limited to 'apps/landing/package.json')
| -rw-r--r-- | apps/landing/package.json | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/apps/landing/package.json b/apps/landing/package.json index d35ef885..ed396b85 100644 --- a/apps/landing/package.json +++ b/apps/landing/package.json @@ -8,8 +8,8 @@ "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview", - "lint": "eslint .", - "lint:fix": "eslint . --fix", + "lint": "oxlint .", + "lint:fix": "oxlint . --fix", "format": "prettier . --ignore-path ../../.prettierignore", "format:fix": "prettier . --ignore-path ../../.prettierignore --write", "typecheck": "tsc --noEmit" @@ -28,7 +28,6 @@ "tailwindcss-animate": "^1.0.7" }, "devDependencies": { - "@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", @@ -42,12 +41,5 @@ "vite": "^5.1.0", "vite-plugin-svgr": "^4.3.0" }, - "eslintConfig": { - "root": true, - "extends": [ - "@karakeep/eslint-config/base", - "@karakeep/eslint-config/react" - ] - }, "prettier": "@karakeep/prettier-config" } |
