Skip to content

Commit

Permalink
Merge pull request #451 from ForgeRock/update-nx
Browse files Browse the repository at this point in the history
chore: update-nx
  • Loading branch information
ryanbas21 authored Jul 22, 2024
2 parents 8555085 + 93130f3 commit d3d4e55
Show file tree
Hide file tree
Showing 4 changed files with 671 additions and 631 deletions.
8 changes: 6 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@
{
"ignoreRestSiblings": true
}
]
],
"@typescript-eslint/no-extra-semi": "error",
"no-extra-semi": "off"
}
},
{
Expand All @@ -90,7 +92,9 @@
{
"allowTemplateLiterals": true
}
]
],
"@typescript-eslint/no-extra-semi": "error",
"no-extra-semi": "off"
}
},
{
Expand Down
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
/.nx/cache
package-lock.json
*/*/package-lock.json

/.nx/workspace-data
Loading

0 comments on commit d3d4e55

Please sign in to comment.