920ce9ee2b
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.11 to 5.60.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.60.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
31 lines
900 B
JSON
31 lines
900 B
JSON
{
|
|
"name": "root",
|
|
"scripts": {
|
|
"prepare": "cd .. && husky install js/.husky"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.3.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.60.0",
|
|
"@typescript-eslint/parser": "^5.59.11",
|
|
"eslint": "^8.43.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-import-resolver-typescript": "^3.5.5",
|
|
"eslint-plugin-cypress": "^2.13.3",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-lodash": "^7.4.0",
|
|
"eslint-plugin-mocha": "^10.1.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^13.2.2",
|
|
"prettier": "^2.8.8",
|
|
"tslib": "^2.5.3",
|
|
"typescript": "^5.1.3",
|
|
"wireit": "^0.9.5"
|
|
},
|
|
"packageManager": "pnpm@8.6.2",
|
|
"lint-staged": {
|
|
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
|
|
}
|
|
}
|