bbe69fce0b
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.11.0 to 6.12.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/v6.12.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
901 B
JSON
31 lines
901 B
JSON
{
|
|
"name": "root",
|
|
"scripts": {
|
|
"prepare": "cd .. && husky install js/.husky"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.9.2",
|
|
"@typescript-eslint/eslint-plugin": "^6.12.0",
|
|
"@typescript-eslint/parser": "^6.12.0",
|
|
"eslint": "^8.54.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
"eslint-plugin-cypress": "^2.15.1",
|
|
"eslint-plugin-import": "^2.29.0",
|
|
"eslint-plugin-lodash": "^7.4.0",
|
|
"eslint-plugin-mocha": "^10.2.0",
|
|
"eslint-plugin-prettier": "^5.0.1",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^15.1.0",
|
|
"prettier": "^3.1.0",
|
|
"tslib": "^2.6.2",
|
|
"typescript": "^5.3.2",
|
|
"wireit": "^0.14.1"
|
|
},
|
|
"packageManager": "pnpm@8.10.0",
|
|
"lint-staged": {
|
|
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
|
|
}
|
|
}
|