We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dec087 commit bb4533fCopy full SHA for bb4533f
package.json
@@ -11,7 +11,7 @@
11
"preview": "vite preview --host",
12
"predeploy": "npm run build",
13
"deploy": "gh-pages -d dist",
14
- "lint:ts": "eslint 'src/**/*.{ts,tsx}'",
+ "lint:ts": "eslint \"src/**/*.{ts,tsx}\"",
15
"lint:md": "markdownlint '**/*.md' --ignore-path .prettierignore",
16
"format": "prettier --write 'src/**/*.{js,jsx,ts,tsx,json,css,md}'",
17
"format:file": "prettier --write",
0 commit comments