mirror of
https://github.com/primer/css.git
synced 2024-12-04 03:46:28 +03:00
b686de75e4
- primer-core@6.10.6 - primer-utilities@4.14.1 - primer@10.10.2 - primer-module-build@1.0.8 - stylelint-config-primer@3.0.1 - stylelint-selector-no-utility@2.0.1
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "stylelint-config-primer",
|
|
"version": "3.0.1",
|
|
"description": "Sharable stylelint config used by GitHub's CSS",
|
|
"homepage": "http://primer.github.io/",
|
|
"author": "GitHub, Inc.",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"primer": {
|
|
"module_type": "tools"
|
|
},
|
|
"scripts": {
|
|
"ava": "ava --verbose \"tests/**/*.js\"",
|
|
"lint": "eslint **/*.js",
|
|
"test": "../../script/npm-run-all lint ava",
|
|
"prepublishOnly": "../../script/notify pending",
|
|
"publish": "../../script/notify success"
|
|
},
|
|
"repository": "https://github.com/primer/primer/tree/master/tools/stylelint-config-primer",
|
|
"dependencies": {
|
|
"stylelint-no-unsupported-browser-features": "^1.0.0",
|
|
"stylelint-order": "^0.4.4",
|
|
"stylelint-scss": "^1.4.1",
|
|
"stylelint-selector-no-utility": "2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^3.19.0",
|
|
"eslint-plugin-github": "^0.12.0",
|
|
"eslint-plugin-import": "^2.2.0",
|
|
"eslint-rule-documentation": "^1.0.11"
|
|
},
|
|
"keywords": [
|
|
"github",
|
|
"primer",
|
|
"stylelint-config",
|
|
"stylelint",
|
|
"css"
|
|
]
|
|
}
|