Skip to content

Commit

Permalink
add newline at end of eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Jun 24, 2024
1 parent bfd2c42 commit 2d8e110
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion clients/js/.eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ node_modules/
dist/
main/
module/
coverage/
coverage/
2 changes: 1 addition & 1 deletion clients/js/packages/cli/.eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ dist/
main/
module/
coverage/
prompt.js
prompt.js
12 changes: 6 additions & 6 deletions clients/js/packages/cli/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ export interface Config {
}

export const params: string[] = [
'helmName',
'helmVersion',
'helmRepo',
'helmRepoUrl',
'helmChart',
'helmNamespace',
'name',
'version',
'repo',
'repoUrl',
'chart',
'namespace',
]

export const loadConfig = (argv: any): Config => {
Expand Down
2 changes: 1 addition & 1 deletion clients/js/packages/client/.eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ dist/
main/
module/
coverage/
prompt.js
prompt.js
2 changes: 1 addition & 1 deletion clients/js/packages/starshipjs/.eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ dist/
main/
module/
coverage/
prompt.js
prompt.js

0 comments on commit 2d8e110

Please sign in to comment.