diff --git a/.eslintignore b/.eslintignore index c2a430de7e..c5bdacb1ed 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,6 +1,7 @@ __fixtures__ dist node_modules +.yarn build coverage jest.config.js diff --git a/.prettierignore b/.prettierignore index 4611baf9c5..8333a5aff7 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,5 +1,6 @@ dist node_modules +.yarn build coverage .docusaurus