@pandell/eslint-config
Version:
Pandell ESLint shared config
59 lines • 1.53 kB
JSON
{
"name": "@pandell/eslint-config",
"type": "module",
"version": "9.17.0",
"description": "Pandell ESLint shared config",
"keywords": [
"eslint",
"eslintconfig",
"pandell",
"pli"
],
"repository": {
"type": "git",
"url": "https://github.com/pandell/frontend-config",
"directory": "packages/eslint-config"
},
"license": "MIT",
"author": {
"name": "Pandell Technology Corporation",
"url": "https://github.com/pandell"
},
"module": "./dist/pandellEsLintConfig.js",
"exports": {
"types": "./dist/pandellEsLintConfig.d.ts",
"default": "./dist/pandellEsLintConfig.js"
},
"dependencies": {
"@eslint-react/eslint-plugin": "^1.51.1",
"@eslint/js": "^9.28.0",
"@tanstack/eslint-plugin-query": "^5.78.0",
"@typescript-eslint/utils": "^8.33.1",
"@vitest/eslint-plugin": "^1.2.1",
"eslint-import-resolver-typescript": "^4.4.3",
"eslint-plugin-import-x": "^4.15.1",
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-jsdoc": "^50.7.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-testing-library": "^7.4.0",
"typescript-eslint": "^8.33.1"
},
"peerDependencies": {
"eslint": ">= 9",
"typescript": ">= 5",
"vitest": ">= 2"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
},
"vitest": {
"optional": true
}
},
"publishConfig": {
"access": "public"
}
}