UNPKG

@witheslint/preset-astro

Version:
46 lines 1.08 kB
{ "name": "@witheslint/preset-astro", "version": "1.22.0", "type": "module", "description": "The astro preset for witheslint.", "author": "Joie <leaps@live.com>", "license": "MIT", "homepage": "https://github.com/witheslint/witheslint", "bugs": "https://github.com/witheslint/witheslint/issues", "repository": { "type": "git", "url": "https://github.com/witheslint/witheslint.git", "directory": "packages/integrations/astro" }, "keywords": [ "astro", "eslint", "eslint-config", "eslint-preset" ], "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./package.json": "./package.json" }, "files": [ "dist" ], "dependencies": { "astro-eslint-parser": "^1.2.2", "eslint-plugin-astro": "^1.3.1" }, "devDependencies": { "@witheslint/core": "^1.22.0" }, "peerDependencies": { "@witheslint/core": "^1.22.0" }, "scripts": { "build": "pnpm typegen && tsdown", "watch": "tsdown --watch", "typegen": "tsx scripts/typegen.ts" } }