UNPKG

@kevinmarrec/cloudstack-eslint-config

Version:
44 lines (43 loc) 1.03 kB
{ "name": "@kevinmarrec/cloudstack-eslint-config", "type": "module", "version": "1.0.0-rc.15", "description": "Opinionated ESLint config.", "author": "Kevin Marrec <kevin@marrec.io>", "license": "MIT", "homepage": "https://github.com/kevinmarrec/cloudstack/tree/main/packages/eslint-config#readme", "repository": { "type": "git", "url": "git+https://github.com/kevinmarrec/cloudstack.git", "directory": "packages/eslint-config" }, "keywords": [ "cloudstack", "eslint", "eslint-config" ], "exports": { ".": { "import": "./dist/index.js" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsdown" }, "peerDependencies": { "eslint": ">=9.0.0" }, "dependencies": { "@antfu/eslint-config": "^4.15.0", "@unocss/eslint-plugin": "^66.2.3", "defu": "^6.1.4", "eslint-plugin-format": "^1.0.1", "eslint-plugin-vuejs-accessibility": "^2.4.1", "tinyglobby": "^0.2.14" } }