UNPKG

stylelint-config-handsome

Version:
53 lines (52 loc) 1.33 kB
{ "name": "stylelint-config-handsome", "version": "0.3.1", "description": "Handsome stylelint shareable config", "main": "index.js", "scripts": { "eslint": "./node_modules/.bin/eslint -c .eslintrc.yml .", "ut": "./node_modules/.bin/ava test/test.js", "test": "npm run eslint && npm run ut", "cov": "./node_modules/.bin/nyc npm test && ./node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls" }, "repository": { "type": "git", "url": "git+https://github.com/poppinlp/stylelint-config-handsome.git" }, "keywords": [ "stylelint", "stylelint-config", "quality", "check", "checker", "code", "style", "lint", "linter", "hint", "hinter", "enforce", "handsome" ], "author": "PoppinL <poppinlp@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/poppinlp/stylelint-config-handsome/issues" }, "homepage": "https://github.com/poppinlp/stylelint-config-handsome#readme", "peerDependencies": { "stylelint": ">= 8" }, "engines": { "node": ">=6" }, "devDependencies": { "ava": "^0.25.0", "coveralls": "^3.0.2", "eslint": "^5.5.0", "eslint-config-handsome": "^0.6.1", "eslint-config-prettier": "^3.0.1", "nyc": "^13.0.1", "stylelint": "^9.5.0" } }