-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
/
.prettierignore
36 lines (28 loc) · 1.41 KB
/
.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
29
30
31
32
33
34
35
36
**/dist
**/coverage
**/.vscode
**/.nyc_output
**/.vs
CONTRIBUTORS.md
packages/ast-spec/src/*/*/fixtures/_error_/*/fixture.ts
packages/eslint-plugin/tests/fixtures/indent/
# prettier errors on this case because it's semantically valid
packages/ast-spec/src/element/AccessorProperty/fixtures/modifier-abstract-with-value/fixture.ts
# prettier doesn't yet support `using` declaration
packages/ast-spec/src/declaration/VariableDeclaration/fixtures/await-using-multiple-declarations/fixture.ts
packages/ast-spec/src/declaration/VariableDeclaration/fixtures/await-using-with-value/fixture.ts
packages/ast-spec/src/declaration/VariableDeclaration/fixtures/using-multiple-declarations/fixture.ts
packages/ast-spec/src/declaration/VariableDeclaration/fixtures/using-with-value/fixture.ts
packages/ast-spec/src/statement/ForOfStatement/fixtures/using-decralation/fixture.ts
# prettier doesn't yet support `const` modifiers for type parameters
packages/ast-spec/src/special/TSTypeParameter/fixtures
# prettier doesn't yet support JSX namespaced attributes
packages/ast-spec/src/jsx/JSXNamespacedName/fixtures/component/fixture.tsx
packages/scope-manager/tests/fixtures/jsx/namespaced-attribute.tsx
# Ignore CHANGELOG.md files to avoid issues with automated release job
CHANGELOG.md
packages/website/.docusaurus
packages/website/build
# see the file header in eslint-base.test.js for more info
packages/rule-tester/tests/eslint-base
/.nx/cache