aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPauline <git@ethanlibs.co>2023-12-26 16:44:14 +0100
committerPauline <git@ethanlibs.co>2023-12-26 18:22:39 +0100
commitae4afbb2af686e10feb7518cd2e5f4a4e94503bf (patch)
tree242bd118f77603370a222f2434337532a02ce051 /package.json
parent6db9917e7d2ffaa1a9e08c326c0ac8736332823c (diff)
downloadNexus-ae4afbb2af686e10feb7518cd2e5f4a4e94503bf.tar.gz
Nexus-ae4afbb2af686e10feb7518cd2e5f4a4e94503bf.tar.bz2
Nexus-ae4afbb2af686e10feb7518cd2e5f4a4e94503bf.zip
chore(deps): bump and use patched lint
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
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",