754d65ae2e
We missed a couple directories with previous attempts to turn this on globally: app/ and libtextsecure/ Not to mention files in places we didn't expect: ts files that weren't in the ts directory! This turns prettier on for every file we care about (js, ts, tsx, md) everywhere in the project but for a few key parts.
23 lines
474 B
Text
23 lines
474 B
Text
# TODO: Partially duplicated from `.gitignore`. Remove once Prettier
|
|
# supports `.gitignore`: https://github.com/prettier/prettier/issues/2294
|
|
|
|
# generated files
|
|
js/components.js
|
|
js/libtextsecure.js
|
|
js/libsignal-protocol-worker.js
|
|
libtextsecure/components.js
|
|
libtextsecure/test/test.js
|
|
test/test.js
|
|
|
|
# Third-party files
|
|
js/jquery.js
|
|
js/Mp3LameEncoder.min.js
|
|
js/WebAudioRecorderMp3.js
|
|
|
|
ts/**/*.js
|
|
components/*
|
|
dist/*
|
|
libtextsecure/libsignal-protocol.js
|
|
|
|
/**/*.json
|
|
/**/*.css
|