UNPKG

@ctrl/eslint-config-biome

Version:
58 lines (57 loc) 1.27 kB
{ "name": "@ctrl/eslint-config-biome", "version": "5.0.1", "description": "eslint typescript config", "scripts": { "test": "biome check . && eslint .", "lint:fix": "biome check . --write" }, "exports": { ".": { "import": "./index.mjs", "types": "./index.d.ts" }, "./biome": { "import": "./biome.json" } }, "files": [ "index.mjs", "biome.json", "index.d.ts" ], "dependencies": { "@eslint/js": "^9.31.0", "@typescript-eslint/eslint-plugin": "^8.38.0", "@typescript-eslint/parser": "^8.38.0", "eslint-plugin-import-x": "^4.16.1", "eslint-plugin-simple-import-sort": "^12.1.1", "typescript-eslint": "^8.38.0" }, "devDependencies": { "@biomejs/biome": "2.1.2", "@sindresorhus/tsconfig": "7.0.0", "eslint": "^9.31.0", "globals": "^16.3.0", "typescript": "5.8.3" }, "repository": "scttcper/eslint-config-biome", "author": "Scott Cooper <scttcper@gmail.com>", "license": "MIT", "publishConfig": { "access": "public", "provenance": true }, "release": { "branches": [ "main" ] }, "pnpm": { "onlyBuiltDependencies": [ "@biomejs/biome", "unrs-resolver" ] }, "packageManager": "pnpm@10.13.1" }