@soleil-se/stylelint-config
Version:
Stylelint config based on stylelint-config-standard-scss, stylelint-config-recess-order and @stylistic/stylelint-plugin.
43 lines (42 loc) • 1.2 kB
JSON
{
"name": "@soleil-se/stylelint-config",
"description": "Stylelint config based on stylelint-config-standard-scss, stylelint-config-recess-order and @stylistic/stylelint-plugin.",
"keywords": [
"stylelint",
"stylelint-config",
"stylelint-config-standard-scss",
"stylelint-config-recess-order",
"stylelint-config-html",
"stylelint-config-standard",
"stylelint-order",
"stylelint-plugin",
"svelte",
"sitevision"
],
"version": "4.4.0",
"main": "index.js",
"type": "module",
"author": "Soleil AB",
"license": "UNLICENSED",
"private": false,
"homepage": "https://docs.soleil.se/packages/stylelint-config",
"bin": "./bin/index.js",
"dependencies": {
"@stylistic/stylelint-plugin": "^2.1.3",
"postcss": "8.5.3",
"postcss-html": "1.8.0",
"stylelint-config-html": "1.1.0",
"stylelint-config-recess-order": "5.1.1",
"stylelint-config-standard": "36.0.1",
"stylelint-config-standard-scss": "14.0.0",
"stylelint-order": "6.0.4"
},
"devDependencies": {
"@soleil-se/eslint-config": "^6.2.2",
"eslint": "^9.24.0",
"stylelint": "^16.18.0"
},
"peerDependencies": {
"stylelint": "^16.1.0"
}
}