Skip to content

Commit

Permalink
Merge pull request #26453 from jhipster/eslintignore
Browse files Browse the repository at this point in the history
cleanup .eslintignore
  • Loading branch information
DanielFran authored Jun 17, 2024
2 parents 472f0cf + 7a54ae4 commit 6cbc0aa
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions generators/client/templates/.eslintignore.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,16 @@
limitations under the License.
-%>
node_modules/
src/main/docker/
<%= !clientFrameworkVue ? '' : clientTestDir %>jest.conf.js
<%- dockerServicesDir %>
<%_ if (!clientFrameworkVue) { _%>
jest.conf.js
<%_ } _%>
<%_ if (!clientFrameworkVue || microfrontend) { _%>
webpack/
target/
build/
node/
<%_ } _%>
<%- temporaryDir %>
coverage/
<%_ if (clientFrameworkReact) { _%>
postcss.config.js
<%_ } _%>
<%- this.relativeDir(clientRootDir, clientDistDir) %>

0 comments on commit 6cbc0aa

Please sign in to comment.