chore(ts): convert base js files to typescript (#9826)

This commit is contained in:
Erik Ritter
2020-05-24 19:50:08 -07:00
committed by GitHub
parent bd959919e3
commit 9edfc8f68d
7 changed files with 185 additions and 140 deletions

2
.github/prlint.json vendored
View File

@@ -1,7 +1,7 @@
{
"title": [
{
"pattern": "^(build|ci|docs|feat|fix|perf|refactor|style|test|other)((.+))?:\\s.+",
"pattern": "^(build|chore|ci|docs|feat|fix|perf|refactor|style|test|other)((.+))?:\\s.+",
"message": "Your title needs to be prefixed with a topic."
}
]