mirror of
https://gh.wpcy.net/https://github.com/syntatis/kubrick.git
synced 2026-04-27 22:02:41 +08:00
- @syntatis/eslint-config@2.0.0 - @syntatis/kubrick@0.2.0 - @syntatis/kubrick-dev@0.2.0 - @syntatis/stylelint-config@2.0.0
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.1.0",
|
|
"stylelint-config-standard-scss": "^15.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"stylelint": "^16.2.0"
|
|
}
|
|
}
|