mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-15 22:34:51 +00:00
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:
parent
169a36a5cb
commit
19c052d138
@ -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/
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user