mirror of
https://hk.gh-proxy.com/https://github.com/syntatis/kubrick.git
synced 2026-07-27 13:18:27 +08:00
23 lines
448 B
JSON
23 lines
448 B
JSON
{
|
|
"name": "@syntatis/stylelint-config",
|
|
"description": "Curated CSS and SCSS linter configs",
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"config",
|
|
"css",
|
|
"scss",
|
|
"stylelint"
|
|
],
|
|
"main": "index.cjs",
|
|
"files": [
|
|
"index.cjs"
|
|
],
|
|
"dependencies": {
|
|
"stylelint-config-recess-order": "^7.7.0",
|
|
"stylelint-config-standard-scss": "^17.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"stylelint": "^17.0.0"
|
|
}
|
|
}
|