UNPKG

@hono/eslint-config

Version:

ESLint Config for Hono projects

34 lines 866 B
{ "name": "@hono/eslint-config", "version": "2.1.0", "description": "ESLint Config for Hono projects", "type": "module", "module": "./index.js", "exports": { ".": "./index.js" }, "license": "MIT", "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public", "provenance": true }, "repository": { "type": "git", "url": "https://github.com/honojs/middleware.git", "directory": "packages/eslint-config" }, "homepage": "https://github.com/honojs/middleware", "peerDependencies": { "eslint": "^9.0.0", "typescript": "^5.0.0" }, "dependencies": { "@eslint/js": "^9.39.3", "eslint-config-prettier": "^10.1.8", "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import-x": "^4.16.1", "eslint-plugin-n": "^17.24.0", "typescript-eslint": "^8.56.1" } }