diff --git a/.editorconfig b/.editorconfig index 2f084445..6adecfbf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -41,3 +41,6 @@ max_line_length = off [.nycrc] indent_style = tab + +[tea.yaml] +indent_size = 2 diff --git a/package.json b/package.json index 4b49086a..c28f1ba4 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,8 @@ "bower.json", "component.json", ".github/workflows", - "logos" + "logos", + "tea.yaml" ] } } diff --git a/tea.yaml b/tea.yaml new file mode 100644 index 00000000..64f8e6dd --- /dev/null +++ b/tea.yaml @@ -0,0 +1,6 @@ +# https://tea.xyz/what-is-this-file +--- +version: 1.0.0 +codeOwners: + - '0xcaA2C51DEC43C2ce6174F8a3cBD258BFeECFd5B6' # ljharb +quorum: 1