UNPKG

@persagy2/eslint-plugin

Version:

一个适用于 vue3.x、typescript 项目的通用eslint预设插件

61 lines (60 loc) 1.53 kB
{ "name": "@persagy2/eslint-plugin", "version": "1.0.0-dev.6", "type": "module", "description": "一个适用于 vue3.x、typescript 项目的通用eslint预设插件", "keywords": [ "eslint", "vue3.x", "typescript" ], "bin": { "lint-fix": "bin/cli.mjs" }, "files": [ "src/*", "dist/*", "bin/*", ".prettierrc.json", "build.config.ts", "tsconfig.json" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs" } }, "scripts": { "build": "unbuild", "format": "prettier -w **.ts **.md **.json", "test": "jest --coverage" }, "license": "MIT", "packageManager": "yarn@1.22.19", "engines": { "node": ">=16" }, "sideEffects": false, "author": { "name": "halo951", "url": "https://github.com/halo951" }, "repository": { "type": "coding", "url": "https://e.coding.net/persagy2021/fe/eslint-plugin.git" }, "dependencies": { "@typescript-eslint/eslint-plugin": "^6.13.1", "eslint": "^8.54.0", "eslint-plugin-vue": "^9.19.1", "prettier": "^3.1.0" }, "devDependencies": { "@types/eslint": "^8.44.8", "@types/node": "18.15.11", "typescript": "^5.3.2", "unbuild": "^2.0.0", "vue": "^3.3.9" } }