UNPKG

@stylistic/stylelint-config

Version:
63 lines 1.59 kB
{ "name": "@stylistic/stylelint-config", "description": "The stylistic shareable config for Stylelint.", "version": "2.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": "^18.12 || >=20.9" }, "peerDependencies": { "stylelint": "^16.8.0" }, "dependencies": { "@stylistic/stylelint-plugin": "^3.0.0" }, "devDependencies": { "@eslint/js": "^9.8.0", "@firefoxic/update-changelog": "^0.2.0", "@stylistic/eslint-plugin-js": "^2.4.0", "eslint": "^9.8.0", "globals": "^15.8.0", "husky": "^9.1.4", "stylelint": "^16.8.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": "if [ \"$CI\" != \"true\" ]; then pnpm publish --access public; fi" } }