Skip to content

Commit

Permalink
chore: nx 17.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry authored and benlesh committed Feb 29, 2024
1 parent c4c93b1 commit 2d352bf
Show file tree
Hide file tree
Showing 3 changed files with 336 additions and 178 deletions.
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"@typescript-eslint/no-unsafe-declaration-merging": "off",
"@typescript-eslint/consistent-type-imports": "warn",
"@typescript-eslint/consistent-type-exports": "warn",
"no-prototype-builtins": "off"
"no-prototype-builtins": "off",
"@typescript-eslint/no-inferrable-types": "warn",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-empty-interface": "off"
}
},
{
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"release": "node scripts/release.js"
},
"devDependencies": {
"@nx/eslint-plugin": "17.3.0",
"@nx/js": "17.3.0",
"@nx/eslint-plugin": "17.3.1",
"@nx/js": "17.3.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"cz-conventional-changelog": "1.2.0",
"eslint": "^8.56.0",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"nx": "17.3.0",
"nx": "17.3.1",
"ts-node": "^10.9.2",
"tshy": "^1.11.0",
"typescript": "~5.3.3",
Expand All @@ -57,3 +57,4 @@
"*.{js,css,md}": "prettier --write"
}
}

Loading

0 comments on commit 2d352bf

Please sign in to comment.