UNPKG

@ecosia/stylelint-config-property-sort-order-smacss

Version:

Stylelint config for Property Sort Ordering based on the SMACSS methodology

47 lines (46 loc) 1.2 kB
{ "name": "@ecosia/stylelint-config-property-sort-order-smacss", "version": "2.0.0", "description": "Stylelint config for Property Sort Ordering based on the SMACSS methodology", "type": "module", "main": "index.js", "files": [ "index.js", "generate.js", "README.md", "LICENSE.md" ], "scripts": { "test": "vitest run", "test:watch": "vitest" }, "keywords": [ "stylelint", "stylelint-config", "css", "property-order", "smacss", "css-properties", "linting" ], "repository": { "type": "git", "url": "git+https://github.com/ecosia/stylelint-config-property-sort-order-smacss.git" }, "homepage": "https://github.com/ecosia/stylelint-config-property-sort-order-smacss#readme", "bugs": { "url": "https://github.com/ecosia/stylelint-config-property-sort-order-smacss/issues" }, "author": "Ecosia GmbH <opensource@ecosia.org>", "license": "SEE LICENSE IN 'LICENSE.md'", "peerDependencies": { "stylelint": "^14.0.0 || ^15.0.0 || ^16.0.0" }, "dependencies": { "@ecosia/css-property-sort-order-smacss": "1.0.0", "stylelint-order": "7.0.0" }, "devDependencies": { "vitest": "^3.2.4" } }