diff options
author | Sorin Iclanzan <sorin@iclanzan.com> | 2020-08-28 03:14:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-28 08:14:50 +0100 |
commit | 80bd2e18d65e335492cc4f6ba3fe15cc98740ef3 (patch) | |
tree | 559dc8796cfecf684e189374362fd06fc911d947 /test/prettier-test-files/with_prettierignore/.prettierignore | |
parent | ecd7abecc08ead5d8f055b26498e1c4a2a2c3065 (diff) | |
download | ale-80bd2e18d65e335492cc4f6ba3fe15cc98740ef3.zip |
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
Diffstat (limited to 'test/prettier-test-files/with_prettierignore/.prettierignore')
-rw-r--r-- | test/prettier-test-files/with_prettierignore/.prettierignore | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/test/prettier-test-files/with_prettierignore/.prettierignore b/test/prettier-test-files/with_prettierignore/.prettierignore new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/prettier-test-files/with_prettierignore/.prettierignore |