@almacareer/stylelint-config
Version:
Alma Career's config for Stylelint
60 lines (59 loc) • 1.58 kB
JSON
{
"name": "@almacareer/stylelint-config",
"version": "9.1.3",
"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": {
".": "./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": "8.0.4",
"stylelint": "16.23.1"
},
"peerDependencies": {
"stylelint": "^16.0.0"
},
"gitHead": "5cdd7b8ee8a9dcc484264f49627a773c38edba94"
}