UNPKG

@alexlit/lint-kit

Version:

Preset of configuration files and dependencies for linting web applications (designed for Vue.js with TypeScript)

67 lines (66 loc) 2.04 kB
{ "name": "@alexlit/config-stylelint", "version": "55.1.0", "private": false, "description": "Stylelint config", "keywords": [ "stylelint", "config" ], "homepage": "https://github.com/alex-lit/lint-kit/tree/master/packages/config-stylelint#readme", "bugs": { "url": "https://github.com/alex-lit/lint-kit/issues" }, "repository": { "type": "git", "url": "https://github.com/alex-lit/lint-kit.git", "directory": "packages/config-stylelint" }, "license": "MIT", "author": "Alexey Litovchenko", "maintainers": [ "Alexey Litovchenko <alex.lit@outlook.com> (https://github.com/alex-lit)" ], "type": "module", "main": "index.js", "files": [ "README.md", "index.js", "plugins" ], "scripts": { "lint": "cd ../../ && ./scripts/lint.stylelint.sh", "ou": "../../scripts/ou.sh --local", "release": "../../scripts/release.sh", "semver": "../../scripts/semver.sh", "up": "../../scripts/up.sh --local" }, "dependencies": { "@double-great/stylelint-a11y": "^3.0.4", "postcss": "^8.5.6", "postcss-html": "^1.8.0", "prettier": "^3.6.2", "stylelint": "16.23.0", "stylelint-color-format": "^1.1.0", "stylelint-config-recommended-vue": "^1.6.1", "stylelint-config-standard": "^39.0.0", "stylelint-config-standard-scss": "^15.0.1", "stylelint-declaration-block-no-ignored-properties": "^2.8.0", "stylelint-gamut": "^1.3.4", "stylelint-high-performance-animation": "^1.11.0", "stylelint-media-use-custom-media": "^4.0.0", "stylelint-no-indistinguishable-colors": "^2.3.1", "stylelint-no-nested-media": "^0.1.0", "stylelint-no-unresolved-module": "^2.4.0", "stylelint-no-unsupported-browser-features": "^8.0.4", "stylelint-order": "^7.0.0", "stylelint-plugin-logical-css": "^1.2.3", "stylelint-prettier": "^5.0.3", "stylelint-scss": "^6.12.1", "stylelint-selector-no-empty": "^1.0.9", "stylelint-use-nesting": "^6.0.0" }, "engines": { "node": ">=18.18" } }