Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
notunderctrl committed Dec 14, 2024
1 parent 467ac03 commit 46ec3f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"endOfLine": "lf",
"useTabs": false,
"jsxSingleQuote": false
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"license": "MIT",
"scripts": {
"dev": "turbo dev",
"lint": "turbo lint && prettier ./ --check --ignore-path=.prettierignore",
"lint": "turbo lint && prettier --check ./ --ignore-path=.prettierignore",
"build": "turbo lint && turbo build",
"deploy:package": "turbo deploy:package --filter='commandkit' --filter='create-commandkit'",
"format": "prettier --write \"./{packages,apps}/**/*.{js,ts,jsx,tsx,mjs,mts,cjs,cts,css,md,mdx,json,yaml}\""
"format": "prettier --write ./ --ignore-path=.prettierignore"
},
"devDependencies": {
"prettier": "^3.0.3",
Expand Down

0 comments on commit 46ec3f9

Please sign in to comment.