Skip to content

Commit

Permalink
fix(YSP-559): add eslint and other formatting repository
Browse files Browse the repository at this point in the history
  • Loading branch information
joetower authored and dblanken-yale committed Aug 26, 2024
1 parent f97ab1d commit 96a0bd1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"devDependencies": {
"@saithodev/semantic-release-backmerge": "^4.0.1",
"@semantic-release/git": "^10.0.1",
"@yalesites-org/eslint-config-and-other-formatting": "^1.20.0",
"eslint-config-drupal": "^5.0.2",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
Expand Down Expand Up @@ -91,7 +92,9 @@
[
"@saithodev/semantic-release-backmerge",
{
"backmergeBranches": ["develop"],
"backmergeBranches": [
"develop"
],
"backmergeStrategy": "merge"
}
],
Expand Down

0 comments on commit 96a0bd1

Please sign in to comment.