UNPKG

@swis/fluo-stylelint-config

Version:

SCSS Standard Style - Stylelint Shareable Config for SWIS

40 lines (39 loc) 974 B
{ "name": "@swis/fluo-stylelint-config", "description": "SCSS Standard Style - Stylelint Shareable Config for SWIS", "version": "1.1.0", "author": "SWIS <info@swis.nl> (https://www.swis.nl)", "contributors": [ "Cees Geene <cees@swis.nl>", "Joris Meijer <joris@swis.nl>", "Timo Huisman <thuisman@swis.nl>" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+ssh://git@bitbucket.org/swisnl/fluo-stylelint-config.git" }, "dependencies": { "stylelint-config-standard": "^21.0.0", "stylelint-order": "^4.1.0", "stylelint-scss": "^3.19.0" }, "peerDependencies": { "stylelint": "^13.13.1" }, "keywords": [ "SWIS", "drupal", "fluo", "linters", "stylelint" ], "license": "MIT", "main": "index.js", "homepage": "https://bitbucket.org/swisnl/fluo-stylelint-config#readme", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }