UNPKG

@stylistic/stylelint-plugin

Version:
74 lines 2.08 kB
{ "name": "@stylistic/stylelint-plugin", "description": "A collection of stylistic/formatting Stylelint rules", "version": "3.1.2", "license": "MIT", "author": { "name": "Sergey Artemov", "email": "firefoxic.dev@gmail.com" }, "homepage": "https://github.com/stylelint-stylistic/stylelint-stylistic#readme", "bugs": { "url": "https://github.com/stylelint-stylistic/stylelint-stylistic/issues" }, "repository": { "type": "git", "url": "git://github.com/stylelint-stylistic/stylelint-stylistic.git" }, "type": "module", "exports": "./lib/index.js", "files": [ "lib/**/*.js", "!**/*.test.js" ], "engines": { "node": "^18.12 || >=20.9" }, "peerDependencies": { "stylelint": "^16.8.0" }, "dependencies": { "@csstools/css-parser-algorithms": "^3.0.1", "@csstools/css-tokenizer": "^3.0.1", "@csstools/media-query-list-parser": "^3.0.1", "is-plain-object": "^5.0.0", "postcss-selector-parser": "^6.1.2", "postcss-value-parser": "^4.2.0", "style-search": "^0.1.0", "stylelint": "^16.8.2" }, "devDependencies": { "@firefoxic/eslint-config": "^3.0.1", "@firefoxic/update-changelog": "^0.2.0", "@synap-ac/node-dot-extra-reporter": "^1.1.0", "common-tags": "^1.8.2", "eslint": "^9.9.0", "postcss": "^8.4.41", "postcss-html": "^1.7.0", "postcss-less": "^6.0.0", "postcss-scss": "^4.0.9", "postcss-styled-syntax": "^0.6.4", "stylelint-test-rule-node": "^0.3.0" }, "keywords": [ "codeguide", "css", "csslint", "formatting", "lint", "linter", "stylelint", "stylelint-plugin", "stylistic" ], "scripts": { "lint": "eslint", "pretest": "pnpm lint --cache", "test": "node --test --test-reporter @synap-ac/node-dot-extra-reporter", "test:coverage": "node --test --experimental-test-coverage", "test:watch": "node --test --watch", "preversion": "pnpm test", "version": "update-changelog", "postversion": "pnpm publish --provenance --access public --no-git-checks" } }