UNPKG

@witheslint/preset-vue

Version:
46 lines 1.06 kB
{ "name": "@witheslint/preset-vue", "version": "2.0.0", "type": "module", "description": "Vue 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/vue" }, "keywords": [ "vue", "eslint", "eslint-config", "eslint-preset" ], "exports": { ".": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "./package.json": "./package.json" }, "files": [ "dist" ], "dependencies": { "eslint-plugin-vue": "^10.9.1", "vue-eslint-parser": "^10.4.0" }, "devDependencies": { "@witheslint/core": "^2.0.0" }, "peerDependencies": { "@witheslint/core": "^2.0.0" }, "scripts": { "build": "pnpm typegen && tsdown", "watch": "tsdown --watch", "typegen": "tsx scripts/typegen.ts" } }