From 80bd2e18d65e335492cc4f6ba3fe15cc98740ef3 Mon Sep 17 00:00:00 2001 From: Sorin Iclanzan Date: Fri, 28 Aug 2020 03:14:50 -0400 Subject: Set prettier working directory to where .prettierignore is (#3101) Prettier does not use `.prettierignore` unless the current directory is the root where the `.prettierignore` file resides. * Update Prettier tests * Look for prettierignore to determine project root --- test/prettier-test-files/with_prettierignore/src/testfile.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/prettier-test-files/with_prettierignore/src/testfile.js (limited to 'test/prettier-test-files/with_prettierignore/src/testfile.js') diff --git a/test/prettier-test-files/with_prettierignore/src/testfile.js b/test/prettier-test-files/with_prettierignore/src/testfile.js new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3