mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-20 17:03:42 +00:00
37 lines
949 B
JSON
37 lines
949 B
JSON
{
|
|
"name": "stylelint-config-clean-order",
|
|
"version": "5.2.0",
|
|
"description": "Order your styles with stylelint-order.",
|
|
"keywords": [
|
|
"stylelint",
|
|
"stylelint-config",
|
|
"stylelint-order",
|
|
"property order"
|
|
],
|
|
"repository": "github:kutsan/stylelint-config-clean-order",
|
|
"license": "MIT",
|
|
"author": "Kutsan Kaplan <me@kutsan.dev> (https://kutsan.dev)",
|
|
"main": "./warning.js",
|
|
"files": [
|
|
"src/**/*.js",
|
|
"warning.js",
|
|
"error.js"
|
|
],
|
|
"scripts": {
|
|
"test": "stylelint --config ./warning.js --max-warnings 0 -- ./test/test.css",
|
|
"format": "npm run format:prettier",
|
|
"format:prettier": "prettier --write --list-different .",
|
|
"format:test": "stylelint --config ./warning.js --fix -- ./test/test.css"
|
|
},
|
|
"dependencies": {
|
|
"stylelint-order": "^6.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "^8.0.3",
|
|
"stylelint": "^15.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"stylelint": ">=14"
|
|
}
|
|
}
|