UNPKG

@kevinmarrec/cloudstack-stylelint-config

Version:
41 lines (40 loc) 1.01 kB
{ "name": "@kevinmarrec/cloudstack-stylelint-config", "type": "module", "version": "1.0.0-rc.8", "description": "Opinionated Stylelint config.", "author": "Kevin Marrec <kevin@marrec.io>", "license": "MIT", "homepage": "https://github.com/kevinmarrec/cloudstack/tree/main/packages/stylelint-config#readme", "repository": { "type": "git", "url": "git+https://github.com/kevinmarrec/cloudstack.git", "directory": "packages/stylelint-config" }, "keywords": [ "cloudstack", "stylelint", "stylelint-config" ], "exports": { ".": { "import": "./dist/index.js" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup --clean --dts --format esm src/index.ts" }, "peerDependencies": { "stylelint": ">=16.0.0" }, "dependencies": { "stylelint-config-html": "^1.1.0", "stylelint-config-recess-order": "^6.0.0", "stylelint-config-recommended-scss": "^14.1.0" } }