UNPKG

stylelint-config-gds

Version:

A Stylelint configuration for the UK Government Digital Service.

65 lines (64 loc) 1.48 kB
{ "name": "stylelint-config-gds", "version": "3.0.0", "description": "A Stylelint configuration for the UK Government Digital Service.", "main": "scss.js", "scripts": { "pretest": "npm run lint", "test": "jest", "lint": "standard", "release": "release-it", "release-dry-run": "release-it --dry-run" }, "release-it": { "git": { "changelog": "git log --pretty=format:\"* %s (%h)\" `git describe --tags --abbrev=0`...HEAD", "requireBranch": "main", "commit": false }, "github": { "release": true }, "increment": false }, "files": [ "scss-rules.js", "scss.js", "css-rules.js", "css.js" ], "repository": { "type": "git", "url": "https://github.com/alphagov/stylelint-config-gds.git" }, "bugs": { "url": "https://github.com/alphagov/stylelint-config-gds/issues" }, "homepage": "https://github.com/alphagov/stylelint-config-gds#readme", "keywords": [ "govuk", "gds", "stylelint", "css", "scss", "sass" ], "author": { "name": "GOV.UK Dev", "email": "govuk-dev@digital.cabinet-office.gov.uk" }, "license": "MIT", "dependencies": { "stylelint-config-standard": "^40.0.0", "stylelint-config-standard-scss": "^17.0.0" }, "devDependencies": { "jest": "^30.4.2", "jest-light-runner": "^0.7.11", "standard": "^17.1.2", "stylelint": "^17.4.0" }, "peerDependencies": { "stylelint": "^17.4.0" } }