Skip to content

Commit

Permalink
Merge pull request #112 from qmonmert/prettier121124
Browse files Browse the repository at this point in the history
Apply module: prettier
  • Loading branch information
pascalgrimaud authored Nov 15, 2024
2 parents b2d74b2 + 13387dc commit a830cf6
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .jhipster/modules/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,19 @@
"indentSize": 2,
"baseName": "jhliteExtensionSample"
}
},
{
"module": "prettier",
"date": "2024-11-12T20:58:49.459666Z",
"properties": {
"endOfLine": "lf",
"springConfigurationFormat": "yaml",
"packageName": "tech.jhipster.lite.extension",
"projectName": "JHLite Extension Sample",
"serverPort": 8080,
"indentSize": 2,
"baseName": "jhliteExtensionSample"
}
}
]
}
3 changes: 0 additions & 3 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
node_modules
target
build
package-lock.json
.git
.mvn
gradle
.gradle
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins:
- '@prettier/plugin-xml'
- prettier-plugin-gherkin
- prettier-plugin-java
- prettier-plugin-organize-imports
- prettier-plugin-packagejson

# js and ts rules:
Expand Down
33 changes: 33 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"prettier": "3.3.3",
"prettier-plugin-gherkin": "3.1.0",
"prettier-plugin-java": "2.6.5",
"prettier-plugin-organize-imports": "4.1.0",
"prettier-plugin-packagejson": "2.5.3"
},
"engines": {
Expand Down

0 comments on commit a830cf6

Please sign in to comment.