UNPKG

@stylistic/stylelint-plugin

Version:
72 lines 1.96 kB
{ "name": "@stylistic/stylelint-plugin", "description": "A collection of stylistic/formatting Stylelint rules", "version": "4.0.0", "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.22.0" }, "dependencies": { "@csstools/css-parser-algorithms": "^3.0.5", "@csstools/css-tokenizer": "^3.0.4", "@csstools/media-query-list-parser": "^4.0.3", "postcss": "^8.5.6", "postcss-selector-parser": "^7.1.0", "postcss-value-parser": "^4.2.0", "style-search": "^0.1.0" }, "devDependencies": { "@firefoxic/eslint-config": "^5.0.0", "@firefoxic/update-changelog": "^1.0.0", "common-tags": "^1.8.2", "eslint": "^9.31.0", "postcss-html": "^1.8.0", "postcss-less": "^6.0.0", "postcss-scss": "^4.0.9", "postcss-styled-syntax": "^0.7.1", "stylelint": "16.22.0", "stylelint-test-rule-node": "^0.4.0" }, "keywords": [ "codeguide", "css", "csslint", "formatting", "lint", "linter", "stylelint", "stylelint-plugin", "stylistic" ], "scripts": { "lint": "eslint", "pretest": "pnpm lint", "test": "node --test --test-reporter dot", "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" } }