Skip to content

Commit

Permalink
update repo settings (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima authored Nov 22, 2022
1 parent fa78ff5 commit ea1205e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@
"release/**": true,
"coverage/**": true
},
"git.branchProtection": ["main"],
"git.branchProtection": ["main", "release/*"],
"git.branchProtectionPrompt": "alwaysCommitToNewBranch",
"git.branchRandomName.enable": true,
"lcov.sourceMaps": true,
"typescript.tsdk": "./node_modules/typescript/lib",
"tslint.enable": true,

"mochaExplorer.ui": "tdd",
"testExplorer.useNativeTesting": true,
"mochaExplorer.files": "out/tests/all.test.js"
}
}

0 comments on commit ea1205e

Please sign in to comment.