Skip to content

Commit

Permalink
chore: resolve code formatting violations
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick committed Feb 19, 2024
1 parent 4a256bc commit b0ca585
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

This pull request changes the following:

- TBD
* TBD

### Related Issues

- Closes #
* Closes #
2 changes: 2 additions & 0 deletions .remarkrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ plugins:
# list item indentation should be space
- - remark-lint-list-item-indent
- space
- - remark-lint-unordered-list-marker-style
- consistent
2 changes: 1 addition & 1 deletion jest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const config = {
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.(mjs?)$',
moduleFileExtensions: ['js', 'mjs'],
verbose: true,
reporters: [ "default", "jest-junit" ]
reporters: ['default', 'jest-junit']
}

export default config
53 changes: 53 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"remark-cli": "^12.0.0",
"remark-lint-list-item-indent": "^3.1.2",
"remark-preset-lint-consistent": "^5.1.2",
"remark-preset-lint-recommended": "^6.1.3"
"remark-preset-lint-recommended": "^6.1.3",
"remark-lint-unordered-list-marker-style": "^3.1.2"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/commands/init.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ export class InitCommand extends BaseCommand {
flags.clusterSetupNamespace,
flags.cacheDir,
flags.chartDirectory,
flags.keyFormat,
)
flags.keyFormat
)
},
handler: (argv) => {
initCmd.init(argv).then(r => {
Expand Down

0 comments on commit b0ca585

Please sign in to comment.