Make prettierignore consistent with eslintignore

@pmario do you happen to know if there's a way to avoid the duplication here? Can we make prettier use the ignore list from eslint?
This commit is contained in:
jeremy@jermolene.com 2023-04-05 17:51:43 +01:00
parent 169a36a5cb
commit 19c052d138
2 changed files with 13 additions and 8 deletions

View File

@ -6,3 +6,6 @@
/core/modules/utils/diff-match-patch/diff_match_patch_uncompressed.js
/core/modules/utils/dom/csscolorparser.js
/plugins/tiddlywiki/*/files/
/tmp/
/output/

View File

@ -1,8 +1,10 @@
# Ignore third party libraries
files
output
tmp
base64-utf8
diff-match-patch
csscolorparser.js
sjcl.js
# Ignore "third party" code whose style we will not change.
/boot/sjcl.js
/core/modules/utils/base64-utf8/base64-utf8.module.js
/core/modules/utils/base64-utf8/base64-utf8.module.min.js
/core/modules/utils/diff-match-patch/diff_match_patch.js
/core/modules/utils/diff-match-patch/diff_match_patch_uncompressed.js
/core/modules/utils/dom/csscolorparser.js
/plugins/tiddlywiki/*/files/
/tmp/
/output/