UNPKG

@hedgehoglab/stylelint-config

Version:
39 lines 1.02 kB
{ "name": "@hedgehoglab/stylelint-config", "version": "2.1.2", "description": "Combined stylelint config rules for the hedgehog lab org", "keywords": [ "stylelint-config", "stylelint", "hedgehoglab" ], "homepage": "https://github.com/hedgehoglab-engineering/frontend-linters/tree/main/packages/stylelint-config", "license": "ISC", "author": "Sam Turrell <sam.turrell@hedgehoglab.com>", "type": "module", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "./dist" ], "dependencies": { "stylelint": "^16.16.0", "@hedgehoglab/stylelint-config-scss": "2.1.2", "@hedgehoglab/stylelint-config-basic": "2.1.2" }, "devDependencies": { "fix-tsup-cjs": "^1.2.0", "tsup": "^8.4.0", "typescript": "^5.8.2" }, "scripts": { "build": "tsup src/index.ts --format esm,cjs --clean --dts && fix-tsup-cjs", "test": "tsc --noEmit" } }