Skip to content

Commit bb4533f

Browse files
committed
fix(navbar): improper border color, alignment and layout issues
1 parent 4dec087 commit bb4533f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"preview": "vite preview --host",
1212
"predeploy": "npm run build",
1313
"deploy": "gh-pages -d dist",
14-
"lint:ts": "eslint 'src/**/*.{ts,tsx}'",
14+
"lint:ts": "eslint \"src/**/*.{ts,tsx}\"",
1515
"lint:md": "markdownlint '**/*.md' --ignore-path .prettierignore",
1616
"format": "prettier --write 'src/**/*.{js,jsx,ts,tsx,json,css,md}'",
1717
"format:file": "prettier --write",

0 commit comments

Comments
 (0)