UNPKG

@soleil-se/stylelint-config

Version:

Stylelint config based on stylelint-config-standard-scss, stylelint-config-recess-order and @stylistic/stylelint-plugin.

51 lines (50 loc) 1.32 kB
{ "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": "5.0.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", "files": [ "bin/", "index.js", "stylistic.js", "setup.js", "README.md", "CHANGELOG.md" ], "dependencies": { "@stylistic/stylelint-plugin": "^5.1.0", "postcss": "8.5.10", "postcss-html": "1.8.1", "stylelint-config-html": "1.1.0", "stylelint-config-recess-order": "7.7.0", "stylelint-config-standard": "40.0.0", "stylelint-config-standard-scss": "17.0.0", "stylelint-order": "8.1.1" }, "devDependencies": { "@soleil-se/eslint-config": "^6.2.2", "eslint": "^9.39.4", "stylelint": "^17.9.0" }, "peerDependencies": { "stylelint": "^17.0.0" } }