-
-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(prettier): simplify prettier configuration: run prettier by def…
…ault on all files excepted those explicitly ignored
- Loading branch information
Showing
22 changed files
with
193 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,31 @@ | ||
{ | ||
"actions" : [ { | ||
"module" : "application-service-hexagonal-architecture-documentation", | ||
"date" : "2022-07-29T05:45:39.864617462Z", | ||
"properties" : { } | ||
}, { | ||
"module" : "maven-java", | ||
"date" : "2024-01-29T22:31:20.121046866Z", | ||
"properties" : { | ||
"packageName" : "com.mycompany.myapp", | ||
"projectName" : "JHipster Sample Application", | ||
"baseName" : "jhipsterSampleApplication", | ||
"endOfLine" : "lf", | ||
"indentSize" : 2 | ||
"actions": [ | ||
{ | ||
"module": "application-service-hexagonal-architecture-documentation", | ||
"date": "2022-07-29T05:45:39.864617462Z", | ||
"properties": {} | ||
}, | ||
{ | ||
"module": "maven-java", | ||
"date": "2024-01-29T22:31:20.121046866Z", | ||
"properties": { | ||
"packageName": "com.mycompany.myapp", | ||
"projectName": "JHipster Sample Application", | ||
"baseName": "jhipsterSampleApplication", | ||
"endOfLine": "lf", | ||
"indentSize": 2 | ||
} | ||
}, | ||
{ | ||
"module": "jacoco-check-min-coverage", | ||
"date": "2024-01-29T22:31:20.126024517Z", | ||
"properties": { | ||
"packageName": "com.mycompany.myapp", | ||
"projectName": "JHipster Sample Application", | ||
"baseName": "jhipsterSampleApplication", | ||
"endOfLine": "lf", | ||
"indentSize": 2 | ||
} | ||
} | ||
}, { | ||
"module" : "jacoco-check-min-coverage", | ||
"date" : "2024-01-29T22:31:20.126024517Z", | ||
"properties" : { | ||
"packageName" : "com.mycompany.myapp", | ||
"projectName" : "JHipster Sample Application", | ||
"baseName" : "jhipsterSampleApplication", | ||
"endOfLine" : "lf", | ||
"indentSize" : 2 | ||
} | ||
} ] | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ build | |
package-lock.json | ||
.git | ||
.mvn | ||
template-infinitest.filters |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ export class Oauth2AuthService { | |
}), | ||
tap(() => { | ||
this.initUpdateTokenRefresh(); | ||
}) | ||
}), | ||
); | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,3 @@ describe('Home', () => { | |
cy.title().should('include', 'JHipster'); | ||
}); | ||
}); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,3 @@ export default defineConfig({ | |
video: false, | ||
}, | ||
}); | ||
|
Oops, something went wrong.