UNPKG

@stylistic/stylelint-config

Version:
58 lines (57 loc) 1.28 kB
{ "name": "@stylistic/stylelint-config", "description": "The stylistic shareable config for Stylelint.", "version": "4.0.0", "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": ">=20.19.0" }, "peerDependencies": { "stylelint": "^17.0.0" }, "dependencies": { "@stylistic/stylelint-plugin": "^5.0.0" }, "scripts": { "prepare": "git config core.hooksPath .githooks", "lint": "eslint", "pretest": "pnpm lint", "test": "node --test", "test:coverage": "node --test --experimental-test-coverage", "test:watch": "node --test --watch" }, "devDependencies": { "@firefoxic/eslint-config": "^5.0.0", "eslint": "^9.39.2", "stylelint": "^17.0.0" }, "keywords": [ "codeguide", "css", "csslint", "formatting", "lint", "linter", "style", "stylelint", "stylelint-config", "stylistic" ] }