Files
setup-packer/.prettierrc.json
Jenna Goldstrich ae6b3ed3be
Code Quality: Super-Linter / Super-Linter (push) Failing after 0s
Security Scan: Snyk Code / snyk (push) Failing after 2s
Code Quality: TypeScript / Node.js (18.x) (push) Failing after 2s
Install Packer as a binary in user's path instead of being an interface for users to run Packer commands (#63)
* updates Actions config

* updates docs

* Remove unused code that was moved to the core library, update to hashicorp version of GHA-Core, which is currently still private

Co-authored-by: Kerim Satirli <k.satirli@gmail.com>
Co-authored-by: Alexey Kulakov <uni_que@me.com>
2022-12-08 22:46:34 +01:00

12 lines
205 B
JSON

{
"arrowParens": "avoid",
"bracketSpacing": false,
"parser": "typescript",
"printWidth": 80,
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
}