UNPKG

@stylistic/stylelint-config

Version:
60 lines 1.51 kB
{ "name": "@stylistic/stylelint-config", "description": "The stylistic shareable config for Stylelint.", "version": "3.0.1", "license": "MIT", "author": { "name": "Sergey Artemov", "email": "firefoxic.dev@gmail.com" }, "homepage": "https://github.com/stylelint-stylistic/stylelint-config#readme", "bugs": { "url": "https://github.com/stylelint-stylistic/stylelint-config/issues" }, "repository": { "type": "git", "url": "git+https://github.com/stylelint-stylistic/stylelint-config.git" }, "type": "module", "exports": "./stylelint.config.js", "files": [ "./stylelint.config.js" ], "engines": { "node": "^18.12 || >=20.9" }, "peerDependencies": { "stylelint": "^16.22.0" }, "dependencies": { "@stylistic/stylelint-plugin": "^4.0.0" }, "devDependencies": { "@firefoxic/eslint-config": "^5.0.0", "@firefoxic/update-changelog": "^1.0.0", "eslint": "^9.31.0", "stylelint": "^16.22.0" }, "keywords": [ "codeguide", "css", "csslint", "formatting", "lint", "linter", "style", "stylelint", "stylelint-config", "stylistic" ], "scripts": { "lint": "eslint", "pretest": "pnpm lint", "test": "node --test", "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" } }