UNPKG

@almacareer/stylelint-config

Version:

Alma Career's config for Stylelint

64 lines (63 loc) 1.64 kB
{ "name": "@almacareer/stylelint-config", "version": "9.1.0", "description": "Alma Career's config for Stylelint", "keywords": [ "stylelint", "config", "alma", "career", "preset" ], "author": "Tomáš Litera <tomas.litera@lmc.eu>", "license": "MIT", "type": "module", "main": "index.js", "files": [ "index.js", "rules/extras.js", "rules/order.js", "rules/scss.js" ], "exports": { ".": { "import": { "default": "./index.js" } }, "./package.json": "./package.json" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/lmc-eu/code-quality-tools", "directory": "packages/stylelint-config" }, "engines": { "node": "^18.12.0 || >=20" }, "scripts": { "lint": "yarn lint:css", "lint:css": "npm-run-all --serial lint:css:main lint:css:order lint:css:scss", "lint:css:main": "stylelint --config index.js __tests__/__fixtures__/css-valid.css", "lint:css:order": "stylelint --config rules/order.js __tests__/__fixtures__/css-valid.css", "lint:css:scss": "stylelint --config rules/scss.js __tests__/__fixtures__/scss-valid.scss", "test": "npm-run-all --serial lint test:unit", "test:unit": "node --test" }, "dependencies": { "postcss-scss": "^4.0.3", "stylelint-config-standard-scss": "^13.0.0", "stylelint-order": "^6.0.0" }, "devDependencies": { "npm-run-all2": "7.0.2", "stylelint": "16.14.1" }, "peerDependencies": { "stylelint": "^16.0.0" }, "gitHead": "d60a333a00598de3ac59f112e8aeb01da61994b2" }