Skip to content

Commit

Permalink
Updated .prettierrc to use '"tabWidth": 2' (#737)
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
jongpie authored Aug 22, 2024
1 parent f01faf0 commit 6664ed1
Show file tree
Hide file tree
Showing 1,632 changed files with 65,071 additions and 60,233 deletions.
4 changes: 4 additions & 0 deletions .forceignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ nebula-logger/managed-package/**/*.testSuite-meta.xml
# LWC Jest
**/__tests__/**
**/jest-mocks/**

**/tsconfig.json

**/*.ts
50 changes: 25 additions & 25 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@ name: Bug Report
description: File a bug report for Nebula Logger
labels: ['bug']
body:
- type: dropdown
id: package-edition
attributes:
label: Package Edition of Nebula Logger
description: Which package are you using?
options:
- Unlocked Package
- Managed Package
validations:
required: true
- type: dropdown
id: package-edition
attributes:
label: Package Edition of Nebula Logger
description: Which package are you using?
options:
- Unlocked Package
- Managed Package
validations:
required: true

- type: input
id: package-version
attributes:
label: Package Version of Nebula Logger
description: The package version number (displayed under Setup --> Installed Packages)
placeholder: v4.6.0, v4.6.1, etc.
validations:
required: true
- type: input
id: package-version
attributes:
label: Package Version of Nebula Logger
description: The package version number (displayed under Setup --> Installed Packages)
placeholder: v4.6.0, v4.6.1, etc.
validations:
required: true

- type: textarea
id: summary
attributes:
label: New Bug Summary
description: A description of what issue you are experiencing with Nebula Logger
validations:
required: true
- type: textarea
id: summary
attributes:
label: New Bug Summary
description: A description of what issue you are experiencing with Nebula Logger
validations:
required: true
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Feature Request
description: Suggest an enhancement for Nebula Logger
labels: ['enhancement']
body:
- type: textarea
attributes:
label: New Feature Summary
description: A description of what feature you'd like to be added to Nebula Logger.
placeholder: |
Example: I'd like to be able to [...]
validations:
required: true
- type: textarea
attributes:
label: New Feature Summary
description: A description of what feature you'd like to be added to Nebula Logger.
placeholder: |
Example: I'd like to be able to [...]
validations:
required: true
20 changes: 10 additions & 10 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
coverage:
status:
project:
default:
target: 90
threshold: 2%
if_ci_failed: success
patch: off
status:
project:
default:
target: 90
threshold: 2%
if_ci_failed: success
patch: off
ignore:
- 'config/experience-cloud/**/*'
- 'nebula-logger/recipes/**/*'
- 'config/experience-cloud/**/*'
- 'nebula-logger/recipes/**/*'
comment:
behavior: new
behavior: new
Loading

0 comments on commit 6664ed1

Please sign in to comment.