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
* 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>
12 lines
205 B
JSON
12 lines
205 B
JSON
{
|
|
"arrowParens": "avoid",
|
|
"bracketSpacing": false,
|
|
"parser": "typescript",
|
|
"printWidth": 80,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5",
|
|
"useTabs": false
|
|
}
|