@kevinmarrec/cloudstack-stylelint-config
Version:
Opinionated Stylelint config.
43 lines (42 loc) • 1.05 kB
JSON
{
"name": "@kevinmarrec/cloudstack-stylelint-config",
"type": "module",
"version": "1.0.0-rc.15",
"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": "tsdown"
},
"peerDependencies": {
"stylelint": ">=16.0.0"
},
"dependencies": {
"stylelint-config-html": "^1.1.0",
"stylelint-config-recess-order": "^7.1.0",
"stylelint-config-recommended-scss": "^15.0.1",
"stylelint-order": "^7.0.0",
"stylelint-plugin-use-baseline": "^0.6.1"
}
}