@aarongoldenthal/stylelint-config-standard
Version:
Standard StyleLint configuration settings
56 lines (55 loc) • 1.66 kB
JSON
{
"name": "@aarongoldenthal/stylelint-config-standard",
"version": "19.0.0",
"description": "Standard StyleLint configuration settings",
"exports": "./index.js",
"type": "module",
"scripts": {
"hooks:pre-commit": "npm run lint && npm run prettier:check",
"hooks:pre-push": "npm audit --audit-level=high && npm test",
"lint": "npm run lint:js && npm run lint:md",
"lint:js": "eslint .",
"lint:md": "markdownlint-cli2 \"**/*.md\" \"#node_modules\"",
"prettier:check": "prettier --check .",
"prettier:fix": "prettier --write .",
"test": "vitest run --coverage",
"test:no-coverage": "vitest run"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/gitlab-ci-utils/node/stylelint-config-standard.git"
},
"keywords": [
"stylelint"
],
"author": "Aaron Goldenthal <npm@aarongoldenthal.com>",
"license": "MIT",
"engines": {
"node": "^18.12.0 || ^20.9.0 || >=22.0.0"
},
"files": [
"index.js"
],
"bugs": {
"url": "https://gitlab.com/gitlab-ci-utils/node/stylelint-config-standard/issues"
},
"homepage": "https://gitlab.com/gitlab-ci-utils/node/stylelint-config-standard",
"dependencies": {
"postcss-html": "1.7.0",
"stylelint-declaration-strict-value": "1.10.6",
"stylelint-order": "6.0.4",
"stylelint-use-logical-spec": "5.0.1"
},
"devDependencies": {
"@aarongoldenthal/eslint-config-standard": "33.0.1",
"@vitest/coverage-v8": "2.1.6",
"eslint": "9.16.0",
"markdownlint-cli2": "0.15.0",
"prettier": "3.4.1",
"stylelint": "16.11.0",
"vitest": "2.1.6"
},
"peerDependencies": {
"stylelint": "^16.11.0"
}
}