Skip to content

Commit

Permalink
Add codeowners (#2160)
Browse files Browse the repository at this point in the history
* add codeowners file
  • Loading branch information
xavdid-stripe authored Aug 20, 2024
1 parent a0cdbc6 commit 849bb82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# All files should be reviewed by a member of the SDKs team
* @stripe/api-library-reviewers
10 changes: 4 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,16 @@
"editor.formatOnSave": true,

"typescript.updateImportsOnFileMove.enabled": "always",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},

"javascript.updateImportsOnFileMove.enabled": "always",
"[javascript]": {
"[typescript][javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},

// Extension settings
"npm.packageManager": "yarn",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
"source.fixAll.eslint": "explicit",
// eslint handles import sorting, don't let VSCode fight it
"source.organizeImports": "never"
}
}

0 comments on commit 849bb82

Please sign in to comment.