@aleph/stylelint-config
Version:
Aleph's StyleLint configuration for CSS, SCSS, and styled-components
55 lines • 1.23 kB
JSON
{
"name": "@aleph/stylelint-config",
"version": "1.1.0",
"description": "Aleph's StyleLint configuration for CSS, SCSS, and styled-components",
"main": "index.js",
"type": "commonjs",
"exports": {
".": {
"require": "./index.js",
"import": "./index.js"
}
},
"files": [
"index.js",
"README.md",
"CHANGELOG.md"
],
"keywords": [
"stylelint",
"stylelint-config",
"css",
"scss",
"sass",
"styled-components",
"aleph",
"code-style",
"linting"
],
"author": "Aleph Inc.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/aleph-inc/aleph-docs.git",
"directory": "packages/stylelint-config-aleph"
},
"bugs": {
"url": "https://github.com/aleph-inc/aleph-docs/issues"
},
"homepage": "https://docs.aleph.inc/docs/resources/4devs/standards/code-style-standards",
"publishConfig": {
"access": "public"
},
"dependencies": {
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-order": "^6.0.0",
"stylelint-scss": "^6.0.0"
},
"peerDependencies": {
"stylelint": ">=16.0.0"
},
"engines": {
"node": ">=16.0.0"
}
}