UNPKG

stylelint-selector-no-utility

Version:

Stylelint rule that doesn't allow the styling of utility classes in CSS

36 lines (35 loc) 780 B
{ "name": "stylelint-selector-no-utility", "version": "4.0.0", "description": "Stylelint rule that doesn't allow the styling of utility classes in CSS", "main": "index.js", "scripts": { "lint": "eslint .", "test": "node test/index.js" }, "keywords": [ "stylelint-rule", "stylelint", "url", "domain", "primer", "github", "css" ], "author": "GitHub, Inc.", "license": "MIT", "repository": "primer/stylelint-selector-no-utility", "dependencies": { "stylelint": "^7.13.0" }, "devDependencies": { "@primer/css": "12.1.1", "eslint": "^4.19.1", "eslint-plugin-github": "^1.8.1", "fs-extra": "^4.0.2", "stylelint-test-rule-tape": "^0.2.0" }, "peerDependencies": { "@primer/css": ">=12" } }