@pandell/eslint-config
Version:
Pandell ESLint shared config
57 lines • 1.45 kB
JSON
{
"name": "@pandell/eslint-config",
"type": "module",
"version": "10.3.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": "^5.10.0",
"@eslint/js": "^10.0.1",
"@tanstack/eslint-plugin-query": "^5.101.2",
"@typescript-eslint/utils": "^8.62.1",
"@vitest/eslint-plugin": "^1.6.20",
"eslint-import-resolver-typescript": "^4.4.5",
"eslint-plugin-import-x": "^4.17.1",
"eslint-plugin-jsdoc": "^63.0.10",
"eslint-plugin-react-refresh": "^0.5.3",
"eslint-plugin-simple-import-sort": "^13.0.0",
"eslint-plugin-testing-library": "^7.16.2",
"typescript-eslint": "^8.62.1"
},
"peerDependencies": {
"eslint": ">= 9",
"typescript": ">= 5",
"vitest": ">= 2"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
},
"vitest": {
"optional": true
}
},
"publishConfig": {
"access": "public"
}
}