mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:21:50 +00:00
12 lines
281 B
JSON
12 lines
281 B
JSON
{
|
|
"private": true,
|
|
"name": "@sourcegraph/stylelint-plugin-sourcegraph",
|
|
"version": "1.0.0",
|
|
"description": "Custom stylelint rules for the main Sourcegraph repo",
|
|
"main": "lib/index.js",
|
|
"license": "Apache-2.0",
|
|
"peerDependencies": {
|
|
"stylelint": "^13.0.0"
|
|
}
|
|
}
|