Bumps [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md) - [Commits](https://github.com/eslint/rewrite/commits/compat-v2.0.2/packages/compat) --- updated-dependencies: - dependency-name: "@eslint/compat" dependency-version: 2.0.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
34 lines
976 B
JSON
34 lines
976 B
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"type": "module",
|
|
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264",
|
|
"devDependencies": {
|
|
"@eslint/compat": "2.0.2",
|
|
"@eslint/js": "9.39.2",
|
|
"eslint": "9.39.2",
|
|
"eslint-plugin-jsdoc": "61.7.1",
|
|
"eslint-plugin-react": "7.37.5",
|
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
"globals": "16.5.0",
|
|
"husky": "9.1.7",
|
|
"knip": "5.81.0",
|
|
"lint-staged": "16.2.7",
|
|
"prettier": "3.7.4",
|
|
"typescript": "5.9.3",
|
|
"typescript-eslint": "8.53.1"
|
|
},
|
|
"scripts": {
|
|
"prepare": "husky",
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier --check .",
|
|
"lint": "eslint",
|
|
"lint:fix": "eslint --fix",
|
|
"lint:knip": "knip",
|
|
"typecheck": "tsc --build --noEmit"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx,css,json,jsonc,yaml,yml}": "prettier --write"
|
|
}
|
|
}
|