UNPKG

stylelint-config-hzdg

Version:
42 lines (41 loc) 990 B
{ "name": "stylelint-config-hzdg", "version": "0.5.0", "description": "HZ's stylelint config", "main": "index.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "git+https://github.com/hzdg/linter-configs.git" }, "keywords": [ "hzdg", "stylelint", "shareable", "config" ], "author": "John Trent", "license": "MIT", "bugs": { "url": "https://github.com/hzdg/linter-configs/issues" }, "homepage": "https://github.com/hzdg/linter-configs#readme", "devDependencies": { "ava": "^0.16.0", "babel-eslint": "^6.1.2", "babel-preset-es2015": "^6.14.0", "babel-preset-stage-0": "^6.5.0", "babel-register": "^6.14.0", "eslint": "^3.5.0", "eslint-config-hzdg": "^0.4.0", "eslint-plugin-babel": "^3.3.0", "stylelint": "^7.3.1", "stylelint-config-standard": "^13.0.2" }, "peerDependencies": { "stylelint": "^7.3.1", "stylelint-config-standard": "^13.0.2" } }