Skip to content

Commit 6664ed1

Browse files
authored
Updated .prettierrc to use '"tabWidth": 2' (#737)
- Added *.xml to .prettierignore and updated .prettierrc to remove formatting of XML files. Now XML metadata files will be committed using the exact format returned by Salesforce. - Resolved #723 by updating .prettierrc to use '"tabWidth": 2' (instead of 4) - Reformatted all files in the repo
1 parent f01faf0 commit 6664ed1

1,632 files changed

Lines changed: 65071 additions & 60233 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.forceignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ nebula-logger/managed-package/**/*.testSuite-meta.xml
1717
# LWC Jest
1818
**/__tests__/**
1919
**/jest-mocks/**
20+
21+
**/tsconfig.json
22+
23+
**/*.ts

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@ name: Bug Report
22
description: File a bug report for Nebula Logger
33
labels: ['bug']
44
body:
5-
- type: dropdown
6-
id: package-edition
7-
attributes:
8-
label: Package Edition of Nebula Logger
9-
description: Which package are you using?
10-
options:
11-
- Unlocked Package
12-
- Managed Package
13-
validations:
14-
required: true
5+
- type: dropdown
6+
id: package-edition
7+
attributes:
8+
label: Package Edition of Nebula Logger
9+
description: Which package are you using?
10+
options:
11+
- Unlocked Package
12+
- Managed Package
13+
validations:
14+
required: true
1515

16-
- type: input
17-
id: package-version
18-
attributes:
19-
label: Package Version of Nebula Logger
20-
description: The package version number (displayed under Setup --> Installed Packages)
21-
placeholder: v4.6.0, v4.6.1, etc.
22-
validations:
23-
required: true
16+
- type: input
17+
id: package-version
18+
attributes:
19+
label: Package Version of Nebula Logger
20+
description: The package version number (displayed under Setup --> Installed Packages)
21+
placeholder: v4.6.0, v4.6.1, etc.
22+
validations:
23+
required: true
2424

25-
- type: textarea
26-
id: summary
27-
attributes:
28-
label: New Bug Summary
29-
description: A description of what issue you are experiencing with Nebula Logger
30-
validations:
31-
required: true
25+
- type: textarea
26+
id: summary
27+
attributes:
28+
label: New Bug Summary
29+
description: A description of what issue you are experiencing with Nebula Logger
30+
validations:
31+
required: true

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Feature Request
22
description: Suggest an enhancement for Nebula Logger
33
labels: ['enhancement']
44
body:
5-
- type: textarea
6-
attributes:
7-
label: New Feature Summary
8-
description: A description of what feature you'd like to be added to Nebula Logger.
9-
placeholder: |
10-
Example: I'd like to be able to [...]
11-
validations:
12-
required: true
5+
- type: textarea
6+
attributes:
7+
label: New Feature Summary
8+
description: A description of what feature you'd like to be added to Nebula Logger.
9+
placeholder: |
10+
Example: I'd like to be able to [...]
11+
validations:
12+
required: true

.github/codecov.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
coverage:
2-
status:
3-
project:
4-
default:
5-
target: 90
6-
threshold: 2%
7-
if_ci_failed: success
8-
patch: off
2+
status:
3+
project:
4+
default:
5+
target: 90
6+
threshold: 2%
7+
if_ci_failed: success
8+
patch: off
99
ignore:
10-
- 'config/experience-cloud/**/*'
11-
- 'nebula-logger/recipes/**/*'
10+
- 'config/experience-cloud/**/*'
11+
- 'nebula-logger/recipes/**/*'
1212
comment:
13-
behavior: new
13+
behavior: new

0 commit comments

Comments
 (0)