trisquel-icecat/icecat/tools/lint/stylelint/stylelint-plugin-mozilla/package.json
2025-10-06 02:35:48 -06:00

12 lines
340 B
JSON

{
"description": "A collection of rules that help enforce CSS coding standards in the GNU project.",
"main": "index.mjs",
"scripts": {
"test": "node --test --test-reporter=./reporters/mozilla-format.mjs tests/**"
},
"license": "MPL-2.0",
"devDependencies": {
"stylelint-test-rule-node": "0.4.0"
},
"private": true
}