forked from salesforce/lwc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.prettierignore
28 lines (21 loc) · 892 Bytes
/
.prettierignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
dist/
lib/
coverage/
.rollup.cache
__benchmarks_results__/
.nx/
.nx-cache/
# HTML files are used by tests and may include deliberately invalid/ugly HTML
# e.g. <input> without self-closing tag, extra leading/trailing whitespace, etc.
*.html
# Auto-generated fixture outputs
**/fixtures/**/expected.*
**/fixtures/**/error.*
packages/@lwc/template-compiler/src/__tests__/fixtures/**/ast.json
packages/@lwc/template-compiler/src/__tests__/fixtures/**/metadata.json
# Fixture inputs potentially containing deliberate errors
packages/@lwc/style-compiler/src/__tests__/fixtures/**/actual.css
packages/@lwc/babel-plugin-component/src/__tests__/fixtures/**/actual.js
# TODO: Why do these have JS in them?
packages/@lwc/module-resolver/src/__tests__/fixtures/no-config/modules/foo/bar/bar.css
packages/@lwc/module-resolver/src/__tests__/fixtures/module-entries/modules/ns/cssEntry/cssEntry.css