diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index ad0e375..bafd4c4 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "test": "turbo run test", "typecheck": "pnpm -r typecheck", "lint": "eslint --cache .", - "lint:fix": "pnpm run lint --fix", + "lint:fix": "pnpm lint --fix", "clean": "git clean -qfX .", "prisma": "cd core && cargo prisma", "tauri": "pnpm desktop tauri", @@ -33,7 +33,7 @@ "codegen": "cargo test -p nexus-core api::tests::gen -- --exact" }, "devDependencies": { - "@flowr/eslint-config": "^2.1.1-alpha.17", + "@flowr/eslint-config": "^2.1.1-alpha.18", "@storybook/react-vite": "^7.6.6", "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-react": "^7.33.2", |