UNPKG

@feathers-community/eslint-config

Version:
77 lines 1.89 kB
{ "name": "@feathers-community/eslint-config", "version": "0.2.0", "description": "", "keywords": [ "feathers", "feathers.js", "eslint", "eslint-config" ], "license": "MIT", "author": "Feathers Community", "repository": { "type": "git", "url": "git://github.com/feathers-community/eslint-config.git" }, "bugs": { "url": "https://github.com/feathers-community/eslint-config/issues" }, "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" }, "./prettier": { "types": "./dist/prettier.d.ts", "import": "./dist/prettier.js", "default": "./dist/prettier.js" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "CHANGELOG.md", "LICENSE", "README.md", "src/**", "dist/**" ], "dependencies": { "@eslint/js": "^10.0.1", "@typescript-eslint/eslint-plugin": "^8.62.1", "@typescript-eslint/parser": "^8.62.1", "eslint-config-prettier": "^10.1.8", "eslint-import-resolver-typescript": "^4.4.5", "eslint-plugin-import-x": "^4.17.1", "eslint-plugin-package-json": "^1.5.0", "eslint-plugin-prettier": "^5.5.6", "eslint-plugin-unicorn": "^69.0.0", "eslint-plugin-unused-imports": "^4.4.1", "globals": "^17.7.0", "typescript-eslint": "^8.62.1" }, "devDependencies": { "@tsconfig/node22": "^22.0.5", "@types/node": "^26.0.1", "eslint": "^10.6.0", "jiti": "^2.7.0", "np": "^11.2.1", "prettier": "^3.9.4", "tsdown": "^0.22.3", "unrun": "^0.3.1" }, "peerDependencies": { "eslint": "^10.0.0" }, "scripts": { "build": "tsdown", "lint": "eslint", "release": "np", "test": "eslint", "version": "pnpm run build", "check": "pnpm run test && pnpm run build" } }