UNPKG

stylelint-config-slds

Version:

The Salesforce Lightning Design System shareable config for stylelint

43 lines (42 loc) 1.05 kB
{ "name": "stylelint-config-slds", "version": "1.0.8", "description": "The Salesforce Lightning Design System shareable config for stylelint", "main": "index.js", "scripts": { "test": "jest", "lint": "eslint .", "pretest": "npm run lint", "watch": "jest --watch" }, "repository": { "type": "git", "url": "git+https://github.com/salesforce-ux/stylelint-config-slds.git" }, "files": [ "index.js", "stylelint.config.js", "LICENSE.txt", "CHANGELOG.md" ], "keywords": [ "stylelint", "stylelint-config", "design-system", "lightning-design-system", "salesforce" ], "author": "Salesforce.com", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/salesforce-ux/stylelint-config-slds/issues" }, "homepage": "https://github.com/salesforce-ux/stylelint-config-slds#readme", "devDependencies": { "eslint": "^5.0.0", "eslint-config-stylelint": "^6.0.0", "jest": "^24.0.0", "stylelint": "^13.13.1", "stylelint-scss": "^3.19.0" } }