Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add units, add w prop #15

Merged
merged 12 commits into from
Feb 29, 2024
Merged
Prev Previous commit
Next Next commit
ignore cjs for now
micheal-parks committed Feb 29, 2024
commit 80e2e16d0c9a308268a59805dc47a584c50da298
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
"lint": "pnpm _eslint && pnpm _prettier --check",
"format": "pnpm _eslint --fix && pnpm _prettier --write",
"_prettier": "prettier \"**/*.{js,cjs,ts,css,json,yml,yaml,md}\"",
"_eslint": "eslint \".*.cjs\" \"**/*.{js,cjs,ts}\""
"_eslint": "eslint \".*.cjs\" \"**/*.{js,ts}\""
},
"keywords": [
"three",

Unchanged files with check annotations Beta

'use strict';
module.exports = require('@viamrobotics/prettier-config');

Check failure on line 3 in .prettierrc.cjs

GitHub Actions / eslint

Unsafe call of an `any` typed value