stylelint-sassdoc
Version:
stylelint plugin to check scss files for a valid sassdoc documentation Credits to https://github.com/anneangersbach
39 lines (38 loc) • 915 B
JSON
{
"name": "stylelint-sassdoc",
"version": "0.4.2",
"description": "stylelint plugin to check scss files for a valid sassdoc documentation Credits to https://github.com/anneangersbach",
"main": "src/index.js",
"license": "MIT",
"keywords": [
"stylelint",
"stylelint-plugin",
"sassdoc"
],
"dependencies": {
"stylelint": "^13.2.1"
},
"devDependencies": {
"eslint": "^7.9.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0"
},
"author": {
"name": "Anne Rieke Angersbach",
"url": "https://github.com/anneangersbach"
},
"contributors": [
{
"name": "Carmen Pop"
},
{
"name": "Ovidiu Sirb"
},
{
"name": "Joel Koebner"
},
{
"name": "Sabine Karzel"
}
]
}