/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
tools/stylelint/package.json
34 строки
878 B
Manzoor Wani
Declare missing prettier and stylelint workspace dependencies (#81065)
03 авг 2026, 10:28
Не верифицирован
03 авг 2026, 10:28
c63f50f
Код
Авторство
О чём код?
{ "name": "@wordpress/stylelint-tools", "version": "1.0.0", "description": "Consolidated Stylelint configuration for the repo.", "private": true, "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "gutenberg", "stylelint" ], "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/tools/stylelint", "repository": { "type": "git", "url": "git+https://github.com/WordPress/gutenberg.git", "directory": "tools/stylelint" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" }, "exports": { "./config": "./config.js" }, "dependencies": { "@wordpress/stylelint-config": "file:../../packages/stylelint-config", "@wordpress/theme": "file:../../packages/theme", "stylelint": "^16.26.1", "stylelint-plugin-logical-css": "^1.2.3" }, "publishConfig": { "access": "public" } }