Skip to content

Commit 9e74cfa

Browse files
committed
fix: ignore flake.lock in formatting
1 parent 12f4ac5 commit 9e74cfa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dev": "vite",
88
"build": "tsc && vite build",
99
"preview": "vite preview",
10-
"prettier": "prettier --check .",
10+
"prettier": "prettier --check . \"!flake.lock\"",
1111
"lint": "eslint . --max-warnings=1000",
1212
"format": "prettier --log-level warn --write \"./**/*.{jsx,js,tsx,ts,html,css,cjs,md,yml,lock,json,gltf}\"",
1313
"lint:fix": "eslint \"./src/**/*.{js,jsx,tsx,ts,html,cjs,md}\" --fix"
@@ -45,7 +45,7 @@
4545
"@typescript-eslint/eslint-plugin": "^7.2.0",
4646
"@typescript-eslint/parser": "^7.2.0",
4747
"@vitejs/plugin-react": "^4.2.1",
48-
"eslint": "^8.57.0",
48+
"eslint": "^8.57.1",
4949
"eslint-plugin-react-hooks": "^4.6.0",
5050
"eslint-plugin-react-refresh": "^0.4.6",
5151
"grpc_tools_node_protoc_ts": "^5.3.3",

0 commit comments

Comments
 (0)