stylelint-elephant
Version:
Stylelint config for elephant projects
35 lines (34 loc) • 720 B
JSON
{
"name": "stylelint-elephant",
"version": "3.0.0",
"description": "Stylelint config for elephant projects",
"main": "index.js",
"devDependencies": {
"stylelint": "^15.3.0",
"stylelint-order": "^6.0.3"
},
"dependencies": {
"postcss-scss": "^4.0.6"
},
"keywords": [
"stylelint",
"config",
"sass",
"scss",
"css",
"postcss",
"elephant"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/tsharms/stylelint-elephant",
"repository": {
"type": "git",
"url": "https://github.com/tsharms/stylelint-elephant"
},
"contributers": [
"Tom Harms <tom@elephantcs.nl>"
],
"license": "MIT"
}