UNPKG

stylelint-config-vi

Version:
40 lines (39 loc) 1.03 kB
{ "name": "stylelint-config-vi", "version": "3.0.0", "description": "Stylelint shareable config used by VI Company", "main": "index.js", "scripts": { "lint": "eslint --quiet --fix **/*.js", "pretest": "npm run lint", "test": "jasmine JASMINE_CONFIG_PATH=test/jasmine.json", "preversion": "npm test", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git://github.com/vicompany/stylelint-config-vi.git" }, "keywords": [ "stylelint", "stylelint-config", "vi-company" ], "author": "VI Company", "license": "MIT", "bugs": "https://github.com/vicompany/stylelint-config-vi/issues", "homepage": "https://github.com/vicompany/stylelint-config-vi", "dependencies": { "stylelint-order": "^5.0.0" }, "devDependencies": { "eslint": "^8.2.0", "eslint-config-vi": "^11.0.0", "jasmine": "^3.10.0", "postcss-scss": "^4.0.2", "stylelint": "^14.0.1" }, "peerDependencies": { "stylelint": "^14.0.0" } }