mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-03-12 18:07:10 -04:00
* chore: migrate to biomejs * chore: migrate to biomejs * chore: migrate from jest to vitest * chore: error on lint warnings * chore: remove obsolete depedencies
35 lines
614 B
JSON
35 lines
614 B
JSON
{
|
|
"formatter": {
|
|
"indentStyle": "space",
|
|
"lineWidth": 120,
|
|
"indentWidth": 2,
|
|
"lineEnding": "lf",
|
|
"enabled": true,
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"performance": {
|
|
"noDelete": "off",
|
|
},
|
|
"complexity": {
|
|
"noExtraBooleanCast": "off",
|
|
}
|
|
},
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"trailingCommas": "all",
|
|
"jsxQuoteStyle": "double",
|
|
"quoteStyle": "single",
|
|
"bracketSpacing": true,
|
|
"arrowParentheses": "always",
|
|
},
|
|
},
|
|
"json": {
|
|
"formatter": {
|
|
"trailingCommas": "all",
|
|
},
|
|
},
|
|
}
|