diff --git a/.prettierignore b/.prettierignore index 2186947..481914d 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,3 +1,5 @@ dist/ lib/ -node_modules/ \ No newline at end of file +node_modules/ +__tests__/__outputs__ +__tests__/__snapshots__ diff --git a/.prettierrc.json b/.prettierrc.json index c34bafc..e93a59d 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,5 +1,5 @@ { - "printWidth": 80, + "printWidth": 120, "tabWidth": 2, "useTabs": false, "semi": false,