diff --git a/.npmrc b/.npmrc deleted file mode 100644 index 3d77f5a..0000000 --- a/.npmrc +++ /dev/null @@ -1,3 +0,0 @@ -# Use GitHub Packages for @hey-api scope -@hey-api:registry=https://npm.pkg.github.com -//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN} diff --git a/.prettierrc b/.prettierrc index 0967ef4..a0c7ad6 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1 +1,7 @@ -{} +{ + "printWidth": 120, + "arrowParens": "always", + "semi": true, + "tabWidth": 2, + "trailingComma": "all" +}